summary refs log tree commit diff
path: root/src/test/ui/issue-32950.stderr
blob: 0363bf05f0080f6a00360193f8617914dcb508fa (plain)
1
2
3
4
5
6
7
8
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