]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/editions/edition-keywords-2015-2018-expansion.stderr
Auto merge of #93348 - spastorino:fix-perf-overlap-mode2, r=nikomatsakis
[rust.git] / src / test / ui / editions / edition-keywords-2015-2018-expansion.stderr
index 22f28a67798f53354bcc767c700a810faac64228..23dad2c16b22c95fa286b29ac19c1b6508e48c7d 100644 (file)
@@ -5,10 +5,10 @@ LL |     produces_async! {}
    |     ^^^^^^^^^^^^^^^^^^ expected identifier, found keyword
    |
    = note: this error originates in the macro `produces_async` (in Nightly builds, run with -Z macro-backtrace for more info)
-help: you can escape reserved keywords to use them as identifiers
+help: escape `async` to use it as an identifier
    |
 LL |     () => (pub fn r#async() {})
-   |                   ^^^^^^^
+   |                   ++
 
 error: aborting due to previous error