2022-08-17 14:50:59 -05:00
|
|
|
error[E0038]: the trait alias `BB` cannot be made into an object
|
|
|
|
--> $DIR/self-in-const-generics.rs:9:16
|
|
|
|
|
|
|
|
|
LL | fn foo(x: &dyn BB) {}
|
|
|
|
| ^^
|
|
|
|
|
|
|
|
|
= note: it cannot use `Self` as a type parameter in a supertrait or `where`-clause
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2022-08-17 14:50:59 -05:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0038`.
|