]> git.proxmox.com Git - rustc.git/blobdiff - src/test/rustdoc-ui/test-compile-fail1.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / rustdoc-ui / test-compile-fail1.stderr
index 2b38ba9e973d1bfc173da104586acc38e758d47d..72915e46becd34896f75647ea492afd871300163 100644 (file)
@@ -3,7 +3,7 @@ error[E0428]: the name `f` is defined multiple times
   |
 6 | pub fn f() {}
   | ---------- previous definition of the value `f` here
-7 | 
+7 |
 8 | pub fn f() {}
   | ^^^^^^^^^^ `f` redefined here
   |