2022-08-07 15:02:02 -05:00
|
|
|
error[E0038]: the trait alias `SelfInput` cannot be made into an object
|
2022-08-13 11:39:30 -05:00
|
|
|
--> $DIR/self-in-generics.rs:12:19
|
2022-08-07 15:02:02 -05:00
|
|
|
|
|
|
|
|
LL | pub fn f(_f: &dyn SelfInput) {}
|
|
|
|
| ^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: it cannot use `Self` as a type parameter in a supertrait or `where`-clause
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0038`.
|