mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
Use --keep-going
cargo flag when building build scripts
This commit is contained in:
parent
e1e93c4438
commit
950de7c3c3
4 changed files with 29 additions and 6 deletions
|
@ -28,6 +28,7 @@ fn load_cargo_with_overrides(file: &str, cfg_overrides: CfgOverrides) -> CrateGr
|
|||
rustc: None,
|
||||
rustc_cfg: Vec::new(),
|
||||
cfg_overrides,
|
||||
toolchain: None,
|
||||
};
|
||||
to_crate_graph(project_workspace)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue