Skip to content

Commit fbc57a7

Browse files
committed
add missing output for ui test
1 parent cd54b3e commit fbc57a7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/test/ui/issue-50403.stderr

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)