x.py --json-output
suppresses CompilerArtifact
messages
#73209
Labels
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
When using
x.py --json-output
, I would expect JSON output to be basically the same as standard cargo. However, that does not seem to be the case: an analysis of rust-lang/rust-analyzer#4827 by @bjorn3 revealed thatCompilerArtifact
are not propagated properly.Cc @Mark-Simulacrum
The text was updated successfully, but these errors were encountered: