]> git.lizzy.rs Git - rust.git/blob - tests/ui/unresolved/unresolved-extern-mod-suggestion.rs
Auto merge of #105716 - chriswailes:ndk-update-redux, r=pietroalbini
[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() {}