]> git.proxmox.com Git - rustc.git/blame - src/test/ui/editions/edition-keywords-2015-2018-expansion.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / editions / edition-keywords-2015-2018-expansion.stderr
CommitLineData
e1599b0c 1error: expected identifier, found keyword `async`
0731742a 2 --> $DIR/edition-keywords-2015-2018-expansion.rs:8:5
94b46f34 3 |
532ac7d7 4LL | produces_async! {}
e1599b0c 5 | ^^^^^^^^^^^^^^^^^^ expected identifier, found keyword
94b46f34 6 |
74b04a01 7 = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
0731742a
XL
8help: you can escape reserved keywords to use them as identifiers
9 |
ba9703b0
XL
10LL | () => (pub fn r#async() {})
11 | ^^^^^^^
94b46f34
XL
12
13error: aborting due to previous error
14