Skip to content

Commit 6656a30

Browse files
committed
Fix fallout in ui/codemap_tests.
1 parent d6b10be commit 6656a30

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/test/ui/codemap_tests/two_files.stderr

+2-5
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@ error[E0404]: `Bar` is not a trait
22
--> $DIR/two_files.rs:16:6
33
|
44
16 | impl Bar for Baz { }
5-
| ^^^ `Bar` is not a trait
6-
|
7-
::: $DIR/two_files_data.rs
5+
| ^^^
86
|
9-
15 | type Bar = Foo;
10-
| --------------- type aliases cannot be used for traits
7+
= note: type aliases cannot be used for traits
118

129
error: cannot continue compilation due to previous error
1310

0 commit comments

Comments
 (0)