1 2 3 4 5 6 7
#![no_std] #![allow(unused_extern_crates)] extern crate core; //~ ERROR: the name `core` is defined multiple times extern crate std; fn main() {}