]> git.proxmox.com Git - rustc.git/blame - src/test/ui/traits/alias/self-in-const-generics.stderr
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / ui / traits / alias / self-in-const-generics.stderr
CommitLineData
f2b60f7d
FG
1error[E0038]: the trait alias `BB` cannot be made into an object
2 --> $DIR/self-in-const-generics.rs:9:16
3 |
4LL | fn foo(x: &dyn BB) {}
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`.