2018-10-20 15:36:17 -05:00
|
|
|
error: expected identifier, found `String`
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-37113.rs:4:16
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | $( $t, )*
|
2018-10-20 15:36:17 -05:00
|
|
|
| ^^ expected identifier
|
|
|
|
...
|
|
|
|
LL | test_macro!(String,);
|
|
|
|
| --------------------- in this macro invocation
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|