1 2 3 4 5 6 7 8
#[macro_use] extern crate foo2; // foo2 first to exhibit the bug #[macro_use] extern crate foo1; fn main() { foo2::foo2(foo1::A); }