mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
bootstrap: Forward cargo JSON output to stout, not stderr
This commit is contained in:
@@ -2261,7 +2261,7 @@ pub fn stream_cargo(
|
||||
Ok(msg) => {
|
||||
if builder.config.json_output {
|
||||
// Forward JSON to stdout.
|
||||
eprintln!("{line}");
|
||||
println!("{line}");
|
||||
}
|
||||
cb(msg)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user