]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/consts/const-match-check.eval1.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / consts / const-match-check.eval1.stderr
index eb6b0774e152c42462ddf076226a6c1e482e2e51..4141cc4ab1a48d90a0ebae26159c61ec0f7ad1ee 100644 (file)
@@ -10,7 +10,7 @@ LL |     A = { let 0 = 0; 0 },
 help: you might want to use `if let` to ignore the variant that isn't matched
    |
 LL |     A = { if let 0 = 0 { /* */ } 0 },
-   |           ^^^^^^^^^^^^^^^^^^^^^^
+   |           ~~~~~~~~~~~~~~~~~~~~~~
 
 error: aborting due to previous error