]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/nll/issue-46589.stderr
Remove feature(nll) when compare mode is sufficient
[rust.git] / src / test / ui / nll / issue-46589.stderr
index 7b02b905303f1c46d3772d6d0310f301f1c6a3a9..397909a4366100bb26c0243782091f04cb44522b 100644 (file)
@@ -1,5 +1,5 @@
 error[E0499]: cannot borrow `**other` as mutable more than once at a time
-  --> $DIR/issue-46589.rs:19:21
+  --> $DIR/issue-46589.rs:17:21
    |
 LL |         *other = match (*other).get_self() {
    |                        -------- first mutable borrow occurs here