]> git.proxmox.com Git - rustc.git/blame - src/test/ui/parser/macro/issue-37113.stderr
New upstream version 1.43.0+dfsg1
[rustc.git] / src / test / ui / parser / macro / issue-37113.stderr
CommitLineData
0bf4aa26 1error: expected identifier, found `String`
0731742a 2 --> $DIR/issue-37113.rs:4:16
0bf4aa26 3 |
532ac7d7 4LL | $( $t, )*
0bf4aa26
XL
5 | ^^ expected identifier
6...
7LL | test_macro!(String,);
8 | --------------------- in this macro invocation
74b04a01
XL
9 |
10 = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
0bf4aa26
XL
11
12error: aborting due to previous error
13