summary refs log tree commit diff
path: root/src/test/ui/codemap_tests/two_files.stderr
blob: c0cfeef194da6ba89e818489999bf24619bc60fa (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 { } //~ ERROR expected trait, found type alias
   |      ^^^ type aliases cannot be used for traits

error: cannot continue compilation due to previous error