]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/borrowck/access-mode-in-closures.stderr
Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiser
[rust.git] / src / test / ui / borrowck / access-mode-in-closures.stderr
index c32e944afe36c0a30ad47af96784181c0b6dbf51..13a6277da14c0898b95ab55ef527e3b4fe8fa72e 100644 (file)
@@ -1,4 +1,4 @@
-error[E0507]: cannot move out of `s.0` which is behind a shared reference
+error[E0507]: cannot move out of `s` which is behind a shared reference
   --> $DIR/access-mode-in-closures.rs:8:15
    |
 LL |         match *s { S(v) => v }