mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 06:28:20 +03:00
Put back unexpaned_macros after resolve
This commit is contained in:
@@ -352,9 +352,12 @@ fn resolve_macros(&mut self) -> ReachedFixedPoint {
|
||||
false
|
||||
});
|
||||
|
||||
self.unexpanded_macros = macros;
|
||||
|
||||
for (module_id, macro_call_id, macro_def_id) in resolved {
|
||||
self.collect_macro_expansion(module_id, macro_call_id, macro_def_id);
|
||||
}
|
||||
|
||||
res
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user