]> git.lizzy.rs Git - rust.git/blob - tests/ui/unresolved/unresolved-extern-mod-suggestion.rs
Auto merge of #107843 - bjorn3:sync_cg_clif-2023-02-09, r=bjorn3
[rust.git] / tests / ui / unresolved / unresolved-extern-mod-suggestion.rs
1 extern crate core;
2 use core;
3 //~^ ERROR the name `core` is defined multiple times
4
5 fn main() {}