2020-02-06 04:16:38 -06:00
error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `error`
--> $DIR/main.rs:10:20
|
LL | () => { syntax error };
| ^^^^^ expected one of 8 possible tokens
...
LL | pong!();
2021-10-14 13:28:28 -05:00
| ------- in this macro invocation
2020-02-06 04:16:38 -06:00
|
2021-02-13 13:52:25 -06:00
= note: this error originates in the macro `pong` (in Nightly builds, run with -Z macro-backtrace for more info)
2020-02-06 04:16:38 -06:00
error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `error`
--> $DIR/main.rs:10:20
|
LL | () => { syntax error };
| ^^^^^ expected one of 8 possible tokens
...
LL | ping!();
2021-10-14 13:28:28 -05:00
| ------- in this macro invocation
2020-02-06 04:16:38 -06:00
|
2022-06-20 21:25:52 -05:00
= note: this error originates in the macro `pong` which comes from the expansion of the macro `ping` (in Nightly builds, run with -Z macro-backtrace for more info)
2020-02-06 04:16:38 -06:00
error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `error`
--> $DIR/main.rs:10:20
|
LL | () => { syntax error };
| ^^^^^ expected one of 8 possible tokens
...
LL | deep!();
2021-10-14 13:28:28 -05:00
| ------- in this macro invocation
2020-02-06 04:16:38 -06:00
|
2022-06-20 21:25:52 -05:00
= note: this error originates in the macro `pong` which comes from the expansion of the macro `deep` (in Nightly builds, run with -Z macro-backtrace for more info)
2020-02-06 04:16:38 -06:00
error: aborting due to 3 previous errors