rust/src/test/ui/codemap_tests/two_files.stderr
John Kåre Alsaker b1d872b38e Update tests
2018-03-16 11:52:46 +01:00

10 lines
317 B
Plaintext

error[E0404]: expected trait, found type alias `Bar`
--> $DIR/two_files.rs:15:6
|
LL | impl Bar for Baz { } //~ ERROR expected trait, found type alias
| ^^^ type aliases cannot be used for traits
error: aborting due to previous error
For more information about this error, try `rustc --explain E0404`.