summary refs log tree commit diff
path: root/src/test/ui/codemap_tests/two_files.stderr
blob: 69560174346160fb1bb1146b655c470b25571459 (plain)
1
2
3
4
5
6
7
8
9
10
error[E0404]: `Bar` is not a trait
  --> $DIR/two_files.rs:16:6
   |
16 | impl Bar for Baz { }
   |      ^^^ not a trait
   |
   = note: type aliases cannot be used for traits

error: cannot continue compilation due to previous error