2019-09-28 16:15:06 +00:00
|
|
|
error: expected identifier, found keyword `async`
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/edition-keywords-2015-2018-expansion.rs:8:5
|
2018-04-23 22:50:28 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | produces_async! {}
|
2019-09-28 16:15:06 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^ expected identifier, found keyword
|
2018-04-23 22:50:28 +00:00
|
|
|
|
|
2021-02-13 19:52:25 +00:00
|
|
|
= note: this error originates in the macro `produces_async` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2022-01-27 22:53:39 +00:00
|
|
|
help: escape `async` to use it as an identifier
|
2022-05-31 23:38:03 +00:00
|
|
|
--> $DIR/auxiliary/edition-kw-macro-2018.rs:7:19
|
2018-12-30 01:19:22 +00:00
|
|
|
|
|
2020-03-05 15:31:11 +00:00
|
|
|
LL | () => (pub fn r#async() {})
|
2022-01-27 22:53:39 +00:00
|
|
|
| ++
|
2018-04-23 22:50:28 +00:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|