]> git.lizzy.rs Git - rust.git/blob - src/test/ui/resolve/resolve-conflict-item-vs-extern-crate.stderr
Rollup merge of #87180 - notriddle:notriddle/sidebar-keyboard-mobile, r=GuillaumeGomez
[rust.git] / src / test / ui / resolve / resolve-conflict-item-vs-extern-crate.stderr
1 error[E0260]: the name `std` is defined multiple times
2   --> $DIR/resolve-conflict-item-vs-extern-crate.rs:2:1
3    |
4 LL | mod std {}
5    | ^^^^^^^ `std` redefined here
6    |
7    = note: `std` must be defined only once in the type namespace of this module
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0260`.