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[E0310]: the parameter type `T` may not live long enough
--> src/lib.rs:5:9
|
5 | impl<T> F for T where T: Copy {}
| - ^ ...so that the type `T` will meet its required lifetime bounds
| |
| help: consider adding an explicit lifetime bound...: `T: 'static`