]> git.proxmox.com Git - rustc.git/blame - src/test/ui/traits/alias/self-in-generics.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / traits / alias / self-in-generics.stderr
CommitLineData
f2b60f7d
FG
1error[E0038]: the trait alias `SelfInput` cannot be made into an object
2 --> $DIR/self-in-generics.rs:12:19
3 |
4LL | pub fn f(_f: &dyn SelfInput) {}
5 | ^^^^^^^^^
6 |
7 = note: it cannot use `Self` as a type parameter in a supertrait or `where`-clause
8
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0038`.