]> git.proxmox.com Git - rustc.git/blob - tests/ui/resolve/resolve-conflict-extern-crate-vs-extern-crate.stderr
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / 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`.