]> git.lizzy.rs Git - rust.git/blob - tests/ui/proc-macro/raw-ident.stderr
Rollup merge of #106321 - compiler-errors:delayed-bug-backtrace, r=Nilstrieb
[rust.git] / tests / ui / proc-macro / raw-ident.stderr
1 error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `S`
2   --> $DIR/raw-ident.rs:15:5
3    |
4 LL |     make_bad_struct!(S);
5    |     ^^^^^^^^^^^^^^^^^^^ expected one of 8 possible tokens
6    |
7    = note: this error originates in the macro `make_bad_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
8
9 error: aborting due to previous error
10