1 2 3 4 5 6
#![no_std] #[macro_use(foo(bar))] //~ ERROR bad macro import extern crate std; fn main() {}