]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/error-codes/E0260.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / error-codes / E0260.stderr
index 737b20b91ec25af863b76b742f5a4e77e5755f24..2d3305bd15b0c1659ffb005b4396c036c8715fcb 100644 (file)
@@ -3,7 +3,7 @@ error[E0260]: the name `alloc` is defined multiple times
    |
 LL | extern crate alloc;
    | ------------------- previous import of the extern crate `alloc` here
-LL | 
+LL |
 LL | mod alloc {
    | ^^^^^^^^^ `alloc` redefined here
    |