mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Rollup merge of #134123 - Zalathar:json-output, r=jieyouxu,clubby789
bootstrap: Forward cargo JSON output to stdout, not stderr This fixes the RA errors I've been seeing on proc-macros after the re-landing of #134040. r? clubby789
This commit is contained in:
commit
c42c248009
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user