blob: 0363bf05f0080f6a00360193f8617914dcb508fa [file] [log] [blame]
error: `derive` cannot be used on items with type macros
--> $DIR/issue-32950.rs:15:5
|
LL | concat_idents!(Foo, Bar) //~ ERROR `derive` cannot be used on items with type macros
| ^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error