blob: 16675206a7a4b51ee65448158fe162324da7e3c7 [file] [log] [blame] [edit]
error[E0277]: the trait bound `T: [const] Baz` is not satisfied
--> $DIR/trait_alias.rs:24:11
|
LL | x.baz();
| ^^^
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0277`.