summary refs log tree commit diff
path: root/src/test/ui/issue-50403.stderr
blob: f2871c72e25af5bc02f678cc98137c80f8fc9c4b (plain)
1
2
3
4
5
6
7
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