Fix fallout in ui/codemap_tests.

This commit is contained in:
Jeffrey Seyfried 2016-08-01 18:42:16 +00:00
parent d6b10beb88
commit 6656a30ca1

View File

@ -2,12 +2,9 @@ error[E0404]: `Bar` is not a trait
--> $DIR/two_files.rs:16:6 --> $DIR/two_files.rs:16:6
| |
16 | impl Bar for Baz { } 16 | impl Bar for Baz { }
| ^^^ `Bar` is not a trait | ^^^
|
::: $DIR/two_files_data.rs
| |
15 | type Bar = Foo; = note: type aliases cannot be used for traits
| --------------- type aliases cannot be used for traits
error: cannot continue compilation due to previous error error: cannot continue compilation due to previous error