]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/lint/renamed-lints-still-apply.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / lint / renamed-lints-still-apply.stderr
index 00ed5c89d4b8b9140246f0e0362576cb1d44e811..e926719bb6be9445673a59cdfa6da256fabb749f 100644 (file)
@@ -23,7 +23,7 @@ help: elide the single-use lifetime
    |
 LL - fn _foo<'a>(_x: &'a u32) {}
 LL + fn _foo(_x: &u32) {}
-   | 
+   |
 
 error: aborting due to previous error; 1 warning emitted