add missing output for ui test
This commit is contained in:
parent
cd54b3e448
commit
fbc57a7c7a
1 changed files with 8 additions and 0 deletions
8
src/test/ui/issue-50403.stderr
Normal file
8
src/test/ui/issue-50403.stderr
Normal file
|
@ -0,0 +1,8 @@
|
|||
error: concat_idents! takes 1 or more arguments.
|
||||
--> $DIR/issue-50403.rs:14:13
|
||||
|
|
||||
LL | let x = concat_idents!(); //~ ERROR concat_idents! takes 1 or more arguments
|
||||
| ^^^^^^^^^^^^^^^^
|
||||
|
||||
error: aborting due to previous error
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue