]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/borrowck/borrowck-swap-mut-base-ptr.stderr
Unit test from #57866.
[rust.git] / src / test / ui / borrowck / borrowck-swap-mut-base-ptr.stderr
index 27824725e53edfcb870512bf5bbd201bf98bce1d..35007216dace1e80fe2b81bac57397dc2633fdba 100644 (file)
@@ -1,5 +1,5 @@
 error[E0502]: cannot borrow `t0` as mutable because `*t0` is also borrowed as immutable
-  --> $DIR/borrowck-swap-mut-base-ptr.rs:23:15
+  --> $DIR/borrowck-swap-mut-base-ptr.rs:13:15
    |
 LL |     let p: &isize = &*t0;     // Freezes `*t0`
    |                      --- immutable borrow occurs here