rustdoc: Eliminate remaining uses of resolver
This commit is contained in:
parent
00cf19a75a
commit
9080b79f2b
18 changed files with 85 additions and 247 deletions
|
@ -1251,6 +1251,7 @@ impl<'a, 'b> BuildReducedGraphVisitor<'a, 'b> {
|
|||
};
|
||||
let binding = (res, vis, span, expansion).to_name_binding(self.r.arenas);
|
||||
self.r.set_binding_parent_module(binding, parent_scope.module);
|
||||
self.r.all_macro_rules.insert(ident.name, res);
|
||||
if is_macro_export {
|
||||
let import = self.r.arenas.alloc_import(Import {
|
||||
kind: ImportKind::MacroExport,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue