Fix up an ui test
This commit is contained in:
parent
7374fdcf54
commit
e0e62fccd2
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue