rustdoc: Fix inlining reexporting bang-macros
This commit is contained in:
parent
50b4eefcf5
commit
230f5d5676
1 changed files with 4 additions and 0 deletions
|
|
@ -376,6 +376,10 @@ impl<'a, 'tcx, 'rcx, 'cstore> RustdocVisitor<'a, 'tcx, 'rcx, 'cstore> {
|
|||
});
|
||||
true
|
||||
}
|
||||
Node::MacroDef(def) if !glob => {
|
||||
om.macros.push(self.visit_local_macro(def));
|
||||
true
|
||||
}
|
||||
_ => false,
|
||||
};
|
||||
self.view_item_stack.remove(&def_node_id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue