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