2018-04-23 17:50:28 -05:00
|
|
|
error: no rules expected the token `r#async`
|
2018-08-09 15:51:12 -05:00
|
|
|
--> $DIR/edition-keywords-2015-2015-parsing.rs:22:31
|
2018-04-23 17:50:28 -05:00
|
|
|
|
|
|
|
|
LL | r#async = consumes_async!(r#async); //~ ERROR no rules expected the token `r#async`
|
2018-10-23 19:18:14 -05:00
|
|
|
| ^^^^^^^ no rules expected the token `r#async`
|
2018-04-23 17:50:28 -05:00
|
|
|
|
|
|
|
error: no rules expected the token `async`
|
2018-08-09 15:51:12 -05:00
|
|
|
--> $DIR/edition-keywords-2015-2015-parsing.rs:23:35
|
2018-04-23 17:50:28 -05:00
|
|
|
|
|
|
|
|
LL | r#async = consumes_async_raw!(async); //~ ERROR no rules expected the token `async`
|
2018-10-23 19:18:14 -05:00
|
|
|
| ^^^^^ no rules expected the token `async`
|
2018-04-23 17:50:28 -05:00
|
|
|
|
2018-05-13 08:35:52 -05:00
|
|
|
error: aborting due to 2 previous errors
|
2018-04-23 17:50:28 -05:00
|
|
|
|