blob: 7aadc0aa4b5c1e92f2f645d1bd3ef18b85663d5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
error: expected identifier, found `String`
--> $DIR/issue-37113.rs:4:16
|
LL | $( $t, )*
| ^^ expected identifier
...
LL | test_macro!(String,);
| --------------------- in this macro invocation
error: aborting due to previous error
|