We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd54b3e commit fbc57a7Copy full SHA for fbc57a7
src/test/ui/issue-50403.stderr
@@ -0,0 +1,8 @@
1
+error: concat_idents! takes 1 or more arguments.
2
+ --> $DIR/issue-50403.rs:14:13
3
+ |
4
+LL | let x = concat_idents!(); //~ ERROR concat_idents! takes 1 or more arguments
5
+ | ^^^^^^^^^^^^^^^^
6
+
7
+error: aborting due to previous error
8
0 commit comments