rust/src/test/ui/editions/edition-keywords-2015-2018-parsing.stderr

15 lines
600 B
Plaintext
Raw Normal View History

2018-04-24 01:50:28 +03:00
error: no rules expected the token `r#async`
--> $DIR/edition-keywords-2015-2018-parsing.rs:22:31
2018-04-24 01:50:28 +03:00
|
LL | r#async = consumes_async!(r#async); //~ ERROR no rules expected the token `r#async`
| ^^^^^^^ no rules expected the token `r#async`
2018-04-24 01:50:28 +03:00
error: no rules expected the token `async`
--> $DIR/edition-keywords-2015-2018-parsing.rs:23:35
2018-04-24 01:50:28 +03:00
|
LL | r#async = consumes_async_raw!(async); //~ ERROR no rules expected the token `async`
| ^^^^^ no rules expected the token `async`
2018-04-24 01:50:28 +03:00
2018-05-13 16:35:52 +03:00
error: aborting due to 2 previous errors
2018-04-24 01:50:28 +03:00