]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/span/regionck-unboxed-closure-lifetimes.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / span / regionck-unboxed-closure-lifetimes.stderr
index 8e9cd595154438369e172b1f7252beaa03813e06..0b985de609c26debdb98dbdcca279a3a685f655f 100644 (file)
@@ -7,7 +7,7 @@ LL |         let c_ref = &c;
 LL |     }
    |     - `c` dropped here while still borrowed
 LL |     f.use_mut();
-   |     - borrow later used here
+   |     ----------- borrow later used here
 
 error: aborting due to previous error