We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ui/codemap_tests
1 parent d6b10be commit 6656a30Copy full SHA for 6656a30
src/test/ui/codemap_tests/two_files.stderr
@@ -2,12 +2,9 @@ error[E0404]: `Bar` is not a trait
2
--> $DIR/two_files.rs:16:6
3
|
4
16 | impl Bar for Baz { }
5
- | ^^^ `Bar` is not a trait
6
- |
7
- ::: $DIR/two_files_data.rs
+ | ^^^
8
9
-15 | type Bar = Foo;
10
- | --------------- type aliases cannot be used for traits
+ = note: type aliases cannot be used for traits
11
12
error: cannot continue compilation due to previous error
13
0 commit comments