]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/borrowck/borrowck-loan-blocks-move-cc.stderr
New upstream version 1.54.0+dfsg1
[rustc.git] / src / test / ui / borrowck / borrowck-loan-blocks-move-cc.stderr
index 2acbcd94f8bbf027e4e4d4c31922e7b5994c90d4..ac25502ad053c052f96705f5b5223ce170da10e3 100644 (file)
@@ -7,7 +7,7 @@ LL |     thread::spawn(move|| {
    |                   ^^^^^^ move out of `v` occurs here
 LL |
 LL |         println!("v={}", *v);
-   |                           - move occurs due to use in closure
+   |                          -- move occurs due to use in closure
 LL |     });
 LL |     w.use_ref();
    |     - borrow later used here
@@ -21,7 +21,7 @@ LL |     thread::spawn(move|| {
    |                   ^^^^^^ move out of `v` occurs here
 LL |
 LL |         println!("v={}", *v);
-   |                           - move occurs due to use in closure
+   |                          -- move occurs due to use in closure
 LL |     });
 LL |     w.use_ref();
    |     - borrow later used here