This compiles with no warnings: ``` rust #![allow(unstable)] #[macro_reexport(bogus)] #[macro_use(bogus)] extern crate collections; fn main() { } ```