We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7374fdc commit e0e62fcCopy full SHA for e0e62fc
src/test/ui/issue-32950.stderr
@@ -1,9 +1,8 @@
1
error: `derive` cannot be used on items with type macros
2
--> $DIR/issue-32950.rs:15:5
3
|
4
-15 | / concat_idents!(Foo, Bar) //~ ERROR `derive` cannot be used on items with type macros
5
-16 | | );
6
- | |_^
+15 | concat_idents!(Foo, Bar) //~ ERROR `derive` cannot be used on items with type macros
+ | ^^^^^^^^^^^^^^^^^^^^^^^^
7
8
error: aborting due to previous error
9
0 commit comments