summary refs log tree commit diff
path: root/src/test/ui/parser/macro/issue-37113.stderr
blob: 1e8f017e1db76f3a5b801d94c534dd057e298bac (plain)
1
2
3
4
5
6
7
8
9
10
11
error: expected identifier, found `String`
  --> $DIR/issue-37113.rs:14:16
   |
LL |             $( $t, )* //~ ERROR expected identifier, found `String`
   |                ^^ expected identifier
...
LL |     test_macro!(String,);
   |     --------------------- in this macro invocation

error: aborting due to previous error