]> git.lizzy.rs Git - rust.git/blob - src/test/ui/resolve/resolve-conflict-extern-crate-vs-extern-crate.stderr
:arrow_up: rust-analyzer
[rust.git] / src / test / ui / resolve / resolve-conflict-extern-crate-vs-extern-crate.stderr
1 error[E0259]: the name `std` is defined multiple times
2    |
3    = note: `std` must be defined only once in the type namespace of this module
4 help: you can use `as` to change the binding name of the import
5    |
6 LL | extern crate std as other_std;
7    |
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0259`.