summaryrefslogtreecommitdiffstats
path: root/src/test/ui/unresolved/unresolved-extern-mod-suggestion.rs
blob: a1bf0f210b2fe1d3527ec90bf794dd98400ca817 (plain)
1
2
3
4
5
extern crate core;
use core;
//~^ ERROR the name `core` is defined multiple times

fn main() {}