mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
fix: Don't emit --keep-going for custom build script commands
This commit is contained in:
parent
465ebbc102
commit
eac2e512a1
2 changed files with 16 additions and 9 deletions
|
@ -488,7 +488,7 @@ impl ProjectWorkspace {
|
|||
config,
|
||||
cargo,
|
||||
progress,
|
||||
&self.toolchain,
|
||||
self.toolchain.as_ref(),
|
||||
self.sysroot.as_ref().ok(),
|
||||
)
|
||||
.with_context(|| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue