mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
internal: Bring back JodChild into flychecking for cancellation
This commit is contained in:
parent
7db73875ac
commit
6438ef9aa3
4 changed files with 117 additions and 64 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