2020-02-06 10:16:38 +00: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 18:28:28 +00:00
| ------- in this macro invocation
2020-02-06 10:16:38 +00:00
|
2021-02-13 19:52:25 +00:00
= note: this error originates in the macro `pong` (in Nightly builds, run with -Z macro-backtrace for more info)
2020-02-06 10:16:38 +00: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 18:28:28 +00:00
| ------- in this macro invocation
2020-02-06 10:16:38 +00:00
|
2022-06-21 02:25:52 +00: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 10:16:38 +00: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 18:28:28 +00:00
| ------- in this macro invocation
2020-02-06 10:16:38 +00:00
|
2022-06-21 02:25:52 +00: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 10:16:38 +00:00
error: aborting due to 3 previous errors