]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/editions/edition-keywords-2018-2018-expansion.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / editions / edition-keywords-2018-2018-expansion.stderr
index a8fc58fc0cb8d927a6836b2f86205f58b21a246c..5eaa1d03a4a5f491dfe2d5bd3b5f8089f61d1d34 100644 (file)
@@ -7,8 +7,8 @@ LL |     produces_async! {}
    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
 help: you can escape reserved keywords to use them as identifiers
    |
-LL | () => (pub fn r#async () { })
-   |               ^^^^^^^
+LL |     () => (pub fn r#async() {})
+   |                   ^^^^^^^
 
 error: aborting due to previous error