]> git.lizzy.rs Git - rust.git/blob - src/test/ui/editions/edition-keywords-2015-2015-parsing.stderr
Rollup merge of #86747 - FabianWolff:issue-86653, r=GuillaumeGomez
[rust.git] / src / test / ui / editions / edition-keywords-2015-2015-parsing.stderr
1 error: no rules expected the token `r#async`
2   --> $DIR/edition-keywords-2015-2015-parsing.rs:16:31
3    |
4 LL |     r#async = consumes_async!(r#async);
5    |                               ^^^^^^^ no rules expected this token in macro call
6
7 error: no rules expected the token `async`
8   --> $DIR/edition-keywords-2015-2015-parsing.rs:17:35
9    |
10 LL |     r#async = consumes_async_raw!(async);
11    |                                   ^^^^^ no rules expected this token in macro call
12
13 error: aborting due to 2 previous errors
14