2020-08-02 22:53:41 -05:00
|
|
|
error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `S`
|
|
|
|
--> $DIR/raw-ident.rs:15:5
|
|
|
|
|
|
|
|
|
LL | make_bad_struct!(S);
|
2021-10-14 13:28:28 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^ expected one of 8 possible tokens
|
2020-08-02 22:53:41 -05:00
|
|
|
|
|
2021-02-13 13:52:25 -06:00
|
|
|
= note: this error originates in the macro `make_bad_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2020-08-02 22:53:41 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|