blob: d05e6eb2bbe4da144b184bf1a3d8ddf5b8250ca7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
error[E0404]: `Bar` is not a trait
--> $DIR/two_files.rs:15:6
|
15 | impl Bar for Baz { }
| ^^^ expected trait, found type alias
|
= note: type aliases cannot be used for traits
error: cannot continue compilation due to previous error
|