rust/src/test/ui/issue-32950.stderr
Vadim Petrochenkov fa2d9fc4b9 Update UI tests
2018-02-26 20:24:02 +03:00

9 lines
261 B
Plaintext

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