]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issue-26886.stderr
New upstream version 1.25.0+dfsg1
[rustc.git] / src / test / ui / issue-26886.stderr
index cb2eca87068f813e555a954509c5965d6a28b027..e6424e535ee329e36577f216a937efc8c2c3fff8 100644 (file)
@@ -24,8 +24,8 @@ error[E0252]: the name `sync` is defined multiple times
    = note: `sync` must be defined only once in the type namespace of this module
 help: You can use `as` to change the binding name of the import
    |
-14 | use std::sync as Othersync; //~ ERROR the name `sync` is defined multiple times
-   |     ^^^^^^^^^^^^^^^^^^^^^^
+14 | use std::sync as other_sync; //~ ERROR the name `sync` is defined multiple times
+   |     ^^^^^^^^^^^^^^^^^^^^^^^
 
 error: aborting due to 2 previous errors