]> 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 90c3af48eb482e1b6347f83a6ffe4e1c10b8aaac..8db78935f839c56a8309faadf893d512f127905f 100644 (file)
@@ -2,9 +2,9 @@ error[E0499]: cannot borrow `*s` as mutable more than once at a time
   --> $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