You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0687]: lifetimes used in `fn` or `Fn` syntax must be explicitly declared using `<...>` binders
--> src/main.rs:7:33
|
7 | impl<F> A for F where F: FnOnce(&i32) {}
| ^ in-band lifetime definition
error: aborting due to previous error
For more information about this error, try `rustc --explain E0687`.