x check --json-output
doesn't use JSON output for building bootstrap itself
#107832
Labels
A-contributor-roadblock
Area: Makes things more difficult for new contributors to rust itself
C-bug
Category: This is a bug.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
I think this is one of the reasons (maybe not the only one?) that introducing a build failure in src/bootstrap means that rust-analyzer doesn't show red squigglies in the IDE.
Mentoring instructions: add a new
--json-output
flag to bootstrap.py aroundrust/src/bootstrap/bootstrap.py
Line 841 in 3666fa0
--message-format json
to cargo aroundrust/src/bootstrap/bootstrap.py
Lines 778 to 788 in 3666fa0
The text was updated successfully, but these errors were encountered: