mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 11:59:49 +00:00
Auto merge of #12520 - Veykril:flycheck-cancel, r=Veykril
internal: Bring back JodChild into flychecking for cancellation cc https://github.com/rust-lang/rust-analyzer/pull/10517/files#r895241975
This commit is contained in:
commit
5bb123d970
4 changed files with 134 additions and 71 deletions
|
@ -110,7 +110,7 @@ impl WorkspaceBuildScripts {
|
|||
};
|
||||
|
||||
tracing::info!("Running build scripts: {:?}", cmd);
|
||||
let output = stdx::process::streaming_output(
|
||||
let output = stdx::process::spawn_with_streaming_output(
|
||||
cmd,
|
||||
&mut |line| {
|
||||
// Copy-pasted from existing cargo_metadata. It seems like we
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue