]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/nll/issue-52534-2.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / nll / issue-52534-2.stderr
index cef4aba02403717020e7e7b8e8d8db55196a3640..ac385e056b9f81712c7e58248950222e04f9d72a 100644 (file)
@@ -6,7 +6,7 @@ LL |         y = &x
 LL |
 LL |     }
    |     - `x` dropped here while still borrowed
-LL | 
+LL |
 LL |     println!("{}", y);
    |                    - borrow later used here