]> git.proxmox.com Git - rustc.git/blame - src/test/ui/editions/edition-keywords-2015-2018-expansion.stderr
New upstream version 1.63.0+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 |
17df50a5 7 = note: this error originates in the macro `produces_async` (in Nightly builds, run with -Z macro-backtrace for more info)
5099ac24 8help: escape `async` to use it as an identifier
923072b8 9 --> $DIR/auxiliary/edition-kw-macro-2018.rs:7:19
0731742a 10 |
ba9703b0 11LL | () => (pub fn r#async() {})
5099ac24 12 | ++
94b46f34
XL
13
14error: aborting due to previous error
15