]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-32950.stderr
e8e3347af2e1e4cb26ed2659305cf9fd2ef04519
[rust.git] / src / test / ui / issues / issue-32950.stderr
1 error: `derive` cannot be used on items with type macros
2   --> $DIR/issue-32950.rs:5:5
3    |
4 LL |     concat_idents!(Foo, Bar) //~ ERROR `derive` cannot be used on items with type macros
5    |     ^^^^^^^^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8