]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/borrowck/two-phase-cannot-nest-mut-self-calls.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / borrowck / two-phase-cannot-nest-mut-self-calls.stderr
index a89bb941532b62cd54a8477cc5382336a60523d3..21b0eddb902f228f74f0e4e556be19bed400fe43 100644 (file)
@@ -1,5 +1,5 @@
 error[E0502]: cannot borrow `vec` as mutable because it is also borrowed as immutable
-  --> $DIR/two-phase-cannot-nest-mut-self-calls.rs:16:9
+  --> $DIR/two-phase-cannot-nest-mut-self-calls.rs:14:9
    |
 LL |       vec.get({
    |       -   --- immutable borrow later used by call