2018-05-13 03:51:46 +03:00
|
|
|
error: expected identifier, found reserved keyword `async`
|
2018-08-09 21:51:12 +01:00
|
|
|
--> $DIR/edition-keywords-2015-2018-expansion.rs:18:5
|
2018-04-24 01:50:28 +03:00
|
|
|
|
|
2018-07-19 14:15:43 +02:00
|
|
|
LL | produces_async! {} //~ ERROR expected identifier, found reserved keyword
|
2018-05-13 03:51:46 +03:00
|
|
|
| ^^^^^^^^^^^^^^^^^^ expected identifier, found reserved keyword
|
2018-04-24 01:50:28 +03:00
|
|
|
|
|
|
|
|
= 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
|
|
|
|
|