]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/async-await/await-keyword/incorrect-syntax-suggestions.stderr
New upstream version 1.61.0+dfsg1
[rustc.git] / src / test / ui / async-await / await-keyword / incorrect-syntax-suggestions.stderr
index b4323c314badcc4659542f884b919b924f164cdb..b30f2883732b459eaa9c5d76ea19a883fe792b2e 100644 (file)
@@ -132,7 +132,7 @@ error: expected one of `.`, `?`, `{`, or an operator, found `}`
 LL |     match await { await => () }
    |     -----                      - expected one of `.`, `?`, `{`, or an operator
    |     |
-   |     while parsing this match expression
+   |     while parsing this `match` expression
 ...
 LL | }
    | ^ unexpected token