rust/src/test/ui/edition-keywords-2018-2018-expansion.stderr

11 lines
471 B
Plaintext
Raw Normal View History

2018-04-23 17:50:28 -05:00
error: expected identifier, found reserved keyword `async`
2018-05-13 08:35:52 -05:00
--> $DIR/edition-keywords-2018-2018-expansion.rs:20:5
2018-04-23 17:50:28 -05:00
|
LL | produces_async! {} // ERROR expected identifier, found reserved keyword `async`
| ^^^^^^^^^^^^^^^^^^ expected identifier, found reserved keyword
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: aborting due to previous error