Fix up an ui test

This commit is contained in:
Seiichi Uchida 2017-12-20 01:21:40 +09:00
parent 7374fdcf54
commit e0e62fccd2

View File

@ -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