mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
fix: Fix metadata retrying eating original errors
This commit is contained in:
parent
2025b43653
commit
191949eabe
9 changed files with 60 additions and 52 deletions
|
@ -325,7 +325,7 @@ impl Sysroot {
|
|||
"nightly".to_owned(),
|
||||
);
|
||||
|
||||
let mut res = match CargoWorkspace::fetch_metadata(
|
||||
let (mut res, _) = match CargoWorkspace::fetch_metadata(
|
||||
&library_manifest,
|
||||
sysroot_src_dir,
|
||||
&cargo_config,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue