add missing output for ui test

This commit is contained in:
Michael Lamparski 2018-05-03 00:25:14 -04:00
parent cd54b3e448
commit fbc57a7c7a

View 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