]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/raw-ident.stderr
Auto merge of #106349 - LeSeulArtichaut:dyn-star-tracking-issue, r=jackh726
[rust.git] / src / test / 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