]> git.lizzy.rs Git - rust.git/blob - tests/ui/unresolved/unresolved-extern-mod-suggestion.stderr
Auto merge of #106959 - tmiasko:opt-funclets, r=davidtwco
[rust.git] / tests / ui / unresolved / unresolved-extern-mod-suggestion.stderr
1 error[E0254]: the name `core` is defined multiple times
2   --> $DIR/unresolved-extern-mod-suggestion.rs:2:5
3    |
4 LL | extern crate core;
5    | ------------------ previous import of the extern crate `core` here
6 LL | use core;
7    |     ^^^^ `core` reimported here
8    |
9    = note: `core` must be defined only once in the type namespace of this module
10
11 error: aborting due to previous error
12
13 For more information about this error, try `rustc --explain E0254`.