]> git.lizzy.rs Git - rust.git/blob - tests/ui/macro_backtrace/main.default.stderr
Don't resolve type var roots in point_at_expr_source_of_inferred_type
[rust.git] / tests / ui / macro_backtrace / main.default.stderr
1 error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `error`
2   --> $DIR/main.rs:10:20
3    |
4 LL |     () => { syntax error };
5    |                    ^^^^^ expected one of 8 possible tokens
6 ...
7 LL |     pong!();
8    |     ------- in this macro invocation
9    |
10    = note: this error originates in the macro `pong` (in Nightly builds, run with -Z macro-backtrace for more info)
11
12 error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `error`
13   --> $DIR/main.rs:10:20
14    |
15 LL |     () => { syntax error };
16    |                    ^^^^^ expected one of 8 possible tokens
17 ...
18 LL |     ping!();
19    |     ------- in this macro invocation
20    |
21    = 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)
22
23 error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `error`
24   --> $DIR/main.rs:10:20
25    |
26 LL |     () => { syntax error };
27    |                    ^^^^^ expected one of 8 possible tokens
28 ...
29 LL |     deep!();
30    |     ------- in this macro invocation
31    |
32    = 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)
33
34 error: aborting due to 3 previous errors
35