summaryrefslogtreecommitdiffstats
path: root/tests/ui/issues/issue-50403.stderr
blob: a3a2ed044db3e32327a4d08f53b7857d51e1ea4c (plain)
1
2
3
4
5
6
7
8
error: concat_idents! takes 1 or more arguments
  --> $DIR/issue-50403.rs:4:13
   |
LL |     let x = concat_idents!();
   |             ^^^^^^^^^^^^^^^^

error: aborting due to previous error