]> git.lizzy.rs Git - rust.git/blob - src/test/ui/editions/edition-keywords-2015-2015-parsing.stderr
rustbuild: fix remap-debuginfo when building a release
[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:22:31
3    |
4 LL |     r#async = consumes_async!(r#async); //~ ERROR no rules expected the token `r#async`
5    |                               ^^^^^^^
6
7 error: no rules expected the token `async`
8   --> $DIR/edition-keywords-2015-2015-parsing.rs:23:35
9    |
10 LL |     r#async = consumes_async_raw!(async); //~ ERROR no rules expected the token `async`
11    |                                   ^^^^^
12
13 error: aborting due to 2 previous errors
14