]> git.proxmox.com Git - rustc.git/blob - src/test/ui/codemap_tests/two_files.stderr
New upstream version 1.12.0+dfsg1
[rustc.git] / src / test / ui / codemap_tests / two_files.stderr
1 error[E0404]: `Bar` is not a trait
2 --> $DIR/two_files.rs:16:6
3 |
4 16 | impl Bar for Baz { }
5 | ^^^ not a trait
6 |
7 = note: type aliases cannot be used for traits
8
9 error: cannot continue compilation due to previous error
10