blob: cf3f187af93340474ac4755abbc93e6b55624e67 [file] [log] [blame]
error[E0404]: `Bar` is not a trait
--> $DIR/two_files.rs:16:6
|
16 | impl Bar for Baz { }
| ^^^
|
= note: type aliases cannot be used for traits
error: cannot continue compilation due to previous error