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
program.rs:1:1: 1:17 error: parameter `Self` is never used
program.rs:1 trait MyTrait {}
^~~~~~~~~~~~~~~~
program.rs:1:17: 1:17 help: consider removing `Self` or using a marker such as `core::marker::PhantomFn`
error: aborting due to previous error
My program does not make use of any Self parameter
The text was updated successfully, but these errors were encountered:
/tmp $ cat program.rs
/tmp $ rustc program.rs
My program does not make use of any
Self
parameterThe text was updated successfully, but these errors were encountered: