2020-08-02 23:53:41 -04: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 23:53:41 -04:00
|
|
|
|
|
2021-02-13 14:52:25 -05: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 23:53:41 -04:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2020-08-02 23:53:41 -04:00
|
|
|
|