]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/borrowck/borrowck-union-borrow.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / borrowck / borrowck-union-borrow.stderr
index 395cd0b4855ab79e86a047747644051975f302db..090c7b6b51a31cf27390e59e9cbdf0ee4a6555d6 100644 (file)
@@ -99,7 +99,7 @@ LL |             let ra = &mut u.a;
    |                      -------- borrow of `u.a` occurs here
 LL |             let b = u.b;
    |                     ^^^ use of borrowed `u.a`
-LL | 
+LL |
 LL |             drop(ra);
    |                  -- borrow later used here