Merge the BTreeMap in hir::Crate.
This commit is contained in:
parent
0443424954
commit
36a28060f1
14 changed files with 268 additions and 119 deletions
|
@ -448,7 +448,7 @@ impl<'a, 'tcx> EncodeContext<'a, 'tcx> {
|
|||
}
|
||||
|
||||
krate.visit_all_item_likes(&mut self.as_deep_visitor());
|
||||
for macro_def in krate.exported_macros {
|
||||
for macro_def in krate.exported_macros() {
|
||||
self.visit_macro_def(macro_def);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue