]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/raw-ident.stderr
Merge commit '98e2b9f25b6db4b2680a3d388456d9f95cb28344' into clippyup
[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 a macro (in Nightly builds, run with -Z macro-backtrace for more info)
8
9 error: aborting due to previous error
10