]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/rfc-2005-default-binding-mode/for.stderr
Stabilize match_default_bindings
[rust.git] / src / test / ui / rfc-2005-default-binding-mode / for.stderr
index 4094c185063e688f0966eeee91f7a1381a4994a4..dbd4bd5dbec4359e91f21c9ab609c446ccac6d53 100644 (file)
@@ -1,5 +1,5 @@
 error[E0009]: cannot bind by-move and by-ref in the same pattern
-  --> $DIR/for.rs:18:13
+  --> $DIR/for.rs:16:13
    |
 LL |     for (n, mut m) in &tups {
    |          -  ^^^^^ by-move pattern here