]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/macro/issue-37113.stderr
Rollup merge of #91587 - nrc:dispatchfromdyn-docs, r=yaahc
[rust.git] / src / test / ui / parser / macro / issue-37113.stderr
1 error: expected identifier, found `String`
2   --> $DIR/issue-37113.rs:4:16
3    |
4 LL |             $( $t, )*
5    |                ^^ expected identifier
6 ...
7 LL |     test_macro!(String,);
8    |     -------------------- in this macro invocation
9    |
10    = note: this error originates in the macro `test_macro` (in Nightly builds, run with -Z macro-backtrace for more info)
11
12 error: aborting due to previous error
13