blob: 36589667c4bcb25e6a51e1c74bc44f25c72268d2 (
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, )* //~ ERROR expected identifier, found `String`
| ^^ expected identifier
...
LL | test_macro!(String,);
| --------------------- in this macro invocation
error: aborting due to previous error
|