rust/src/test/ui/issue-32950.stderr
2017-12-14 23:23:07 +03:00

10 lines
248 B
Plaintext

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 | | );
| |_^
error: aborting due to previous error