Skip to content

Commit

Permalink
Fix up an ui test
Browse files Browse the repository at this point in the history
  • Loading branch information
topecongiro committed Dec 19, 2017
1 parent 7374fdc commit e0e62fc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/test/ui/issue-32950.stderr
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
error: `derive` cannot be used on items with type macros
--> $DIR/issue-32950.rs:15:5
|
15 | / concat_idents!(Foo, Bar) //~ ERROR `derive` cannot be used on items with type macros
16 | | );
| |_^
15 | concat_idents!(Foo, Bar) //~ ERROR `derive` cannot be used on items with type macros
| ^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error

0 comments on commit e0e62fc

Please sign in to comment.