]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/error-codes/E0502.stderr
New upstream version 1.57.0+dfsg1
[rustc.git] / src / test / ui / error-codes / E0502.stderr
index cade6d71852f853f8aa58be1e7c6f9c4d119c320..94cc89754db5fc615509c571e3794e7aab64672c 100644 (file)
@@ -6,7 +6,7 @@ LL |     let ref y = a;
 LL |     bar(a);
    |     ^^^^^^ mutable borrow occurs here
 LL |     y.use_ref();
-   |     - immutable borrow later used here
+   |     ----------- immutable borrow later used here
 
 error: aborting due to previous error