mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 21:28:51 +00:00
Put back unexpaned_macros after resolve
This commit is contained in:
parent
91bd783273
commit
d5fbce4458
1 changed files with 3 additions and 0 deletions
|
@ -352,9 +352,12 @@ where
|
|||
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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue