blob: dff268a55c909dd6e3e945e454459005a48661d4 [file] [log] [blame]
error[E0038]: the trait `Trait` cannot be made into an object
--> $DIR/associated-const-in-trait.rs:9:6
|
LL | impl dyn Trait {
| ^^^^^^^^^ the trait `Trait` cannot be made into an object
|
= note: the trait cannot contain associated consts like `N`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0038`.