summary refs log tree commit diff
path: root/src/test/ui/issues/issue-50403.stderr
blob: f84d9d7769dafa686e12ece7cad14f1625bf0ad3 (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 concat_idents! takes 1 or more arguments
   |             ^^^^^^^^^^^^^^^^

error: aborting due to previous error