]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-2848.stderr
New upstream version 1.60.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-2848.stderr
index d9466405dd2aa7abaf6cb126eb8578327a4e6084..71ed7d70b5b81a820dd3655fa13e0a3050949725 100644 (file)
@@ -1,7 +1,7 @@
 error[E0408]: variable `beta` is not bound in all patterns
   --> $DIR/issue-2848.rs:14:7
    |
-LL |       alpha | beta => {} //~  ERROR variable `beta` is not bound in all patterns
+LL |       alpha | beta => {}
    |       ^^^^^   ---- variable not in all patterns
    |       |
    |       pattern doesn't bind `beta`