mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-27 07:03:45 +00:00
Fix up an ui test
This commit is contained in:
parent
7374fdcf54
commit
e0e62fccd2
@ -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…
Reference in New Issue
Block a user