summary refs log tree commit diff
path: root/src/test/ui/parser/macro/issue-37113.stderr
blob: 20ee9d35ec7e1b6f24216047cebdfb9740f03597 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
error: expected identifier, found `String`
  --> $DIR/issue-37113.rs:4:16
   |
LL |             $( $t, )*
   |                ^^ expected identifier
...
LL |     test_macro!(String,);
   |     --------------------- in this macro invocation
   |
   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error: aborting due to previous error