mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
fix: Fix block local impl trait solving regressions
This commit is contained in:
parent
236576227a
commit
1c16e4ee97
4 changed files with 100 additions and 11 deletions
|
@ -447,7 +447,7 @@ impl GlobalState {
|
|||
let mut proc_macros = Vec::default();
|
||||
for ws in &**self.workspaces {
|
||||
let (other, mut crate_proc_macros) =
|
||||
ws.to_crate_graph(&mut load, &self.config.cargo().extra_env);
|
||||
ws.to_crate_graph(&mut load, &self.config.extra_env());
|
||||
crate_graph.extend(other, &mut crate_proc_macros);
|
||||
proc_macros.push(crate_proc_macros);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue