]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/codemap_tests/issue-11715.stderr
Rollup merge of #104199 - SarthakSingh31:issue-97417-1, r=cjgillot
[rust.git] / src / test / ui / codemap_tests / issue-11715.stderr
index d0c29c768eb61557e3d242f0bb639835eb129b5b..a6b2b2e50a3fabb1389633feaebe965a71ed7a26 100644 (file)
@@ -7,7 +7,7 @@ LL |     let z = &mut x;
    |             ^^^^^^ second mutable borrow occurs here
 LL |     z.use_mut();
 LL |     y.use_mut();
-   |     - first borrow later used here
+   |     ----------- first borrow later used here
 
 error: aborting due to previous error