summaryrefslogtreecommitdiffstats
path: root/tests/ui/resolve/resolve-conflict-extern-crate-vs-extern-crate.stderr
blob: 999e9a47d6c5f48721e01d2312a14f7c292953a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0259]: the name `std` is defined multiple times
   |
   = note: `std` 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
   |
LL | extern crate std as other_std;
   |

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0259`.