summaryrefslogtreecommitdiffstats
path: root/src/test/ui/editions/edition-keywords-2015-2015-parsing.stderr
blob: 3435fdfd7257044be3db37401527a81bce90da74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: no rules expected the token `r#async`
  --> $DIR/edition-keywords-2015-2015-parsing.rs:16:31
   |
LL |     r#async = consumes_async!(r#async);
   |                               ^^^^^^^ no rules expected this token in macro call

error: no rules expected the token `async`
  --> $DIR/edition-keywords-2015-2015-parsing.rs:17:35
   |
LL |     r#async = consumes_async_raw!(async);
   |                                   ^^^^^ no rules expected this token in macro call

error: aborting due to 2 previous errors