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