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

error: cannot continue compilation due to previous error