Bootstrap outputs some progress messages on stdout #110995
Labels
C-bug
Category: This is a bug.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
I tried this:
x b -h 2>/dev/null
I expected to see this happen: No status messages, only help output
Instead, this happened:
This makes stdout awkward to parse when using e.g.
--json-output
.(I'll fix this myself later today if no one else wants to claim it)@rustbot claim
@rustbot label +T-bootstrap
The text was updated successfully, but these errors were encountered: