]> git.lizzy.rs Git - rust.git/blob - tests/ui/editions/edition-keywords-2015-2018-parsing.stderr
Don't resolve type var roots in point_at_expr_source_of_inferred_type
[rust.git] / tests / ui / editions / edition-keywords-2015-2018-parsing.stderr
1 error: no rules expected the token `r#async`
2   --> $DIR/edition-keywords-2015-2018-parsing.rs:16:31
3    |
4 LL |     r#async = consumes_async!(r#async);
5    |                               ^^^^^^^ no rules expected this token in macro call
6    |
7 note: while trying to match `async`
8   --> $DIR/auxiliary/edition-kw-macro-2018.rs:17:6
9    |
10 LL |     (async) => (1)
11    |      ^^^^^
12
13 error: no rules expected the token `async`
14   --> $DIR/edition-keywords-2015-2018-parsing.rs:17:35
15    |
16 LL |     r#async = consumes_async_raw!(async);
17    |                                   ^^^^^ no rules expected this token in macro call
18    |
19 note: while trying to match `r#async`
20   --> $DIR/auxiliary/edition-kw-macro-2018.rs:22:6
21    |
22 LL |     (r#async) => (1)
23    |      ^^^^^^^
24
25 error: aborting due to 2 previous errors
26