```rs #[macro_use($0)] extern crate foo; ``` we should be completing the exported macros of the `foo` crate here. Likewise for modules ```rs #[macro_use($0)] mod foo; #[macro_use($0)] mod bar { ... } ```