[TIMING]
debug output does not distinguish checking from building
#96060
Labels
A-contributor-roadblock
Area: Makes things more difficult for new contributors to rust itself
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-medium
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
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)
While debugging the CI failure in #95450, I saw the following output in the logs:
The first one is
doc::Rustc
and the second I think ischeck::Rustc
, by the fields it has. But we should just print that in the debug logs rather than having to guess.@rustbot label +A-contributor-roadblock +C-enhancement
The text was updated successfully, but these errors were encountered: