]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-18566.stderr
Rollup merge of #60492 - acrrd:issues/54054_chain, r=SimonSapin
[rust.git] / src / test / ui / issues / issue-18566.stderr
index e07fde114f2535f940fae178cf0ec4d6d33ca02f..8db78935f839c56a8309faadf893d512f127905f 100644 (file)
@@ -1,10 +1,10 @@
 error[E0499]: cannot borrow `*s` as mutable more than once at a time
-  --> $DIR/issue-18566.rs:33:19
+  --> $DIR/issue-18566.rs:23:19
    |
 LL |     MyPtr(s).poke(s);
-   |           -       ^- first borrow ends here
-   |           |       |
-   |           |       second mutable borrow occurs here
+   |           -  ---- ^ second mutable borrow occurs here
+   |           |  |
+   |           |  first borrow later used by call
    |           first mutable borrow occurs here
 
 error: aborting due to previous error