]> git.lizzy.rs Git - rust.git/blob - src/test/ui/editions/edition-keywords-2018-2018-expansion.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / editions / edition-keywords-2018-2018-expansion.stderr
1 error: expected identifier, found reserved keyword `async`
2   --> $DIR/edition-keywords-2018-2018-expansion.rs:18:5
3    |
4 LL |     produces_async! {} //~ ERROR expected identifier, found reserved keyword `async`
5    |     ^^^^^^^^^^^^^^^^^^ expected identifier, found reserved keyword
6    |
7    = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
8
9 error: aborting due to previous error
10