mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-26 11:55:04 +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
|
false
|
||||||
});
|
});
|
||||||
|
|
||||||
|
self.unexpanded_macros = macros;
|
||||||
|
|
||||||
for (module_id, macro_call_id, macro_def_id) in resolved {
|
for (module_id, macro_call_id, macro_def_id) in resolved {
|
||||||
self.collect_macro_expansion(module_id, macro_call_id, macro_def_id);
|
self.collect_macro_expansion(module_id, macro_call_id, macro_def_id);
|
||||||
}
|
}
|
||||||
|
|
||||||
res
|
res
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue