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