x.py fails if both --verbose
and --incremental
options are used
#42907
Labels
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Running
x.py build --verbose --incremental --stage 1
fails with an error message like the following:
It seems like the messages that incremental (verbose) compiling prints about the dep-graph are confusing something that expects stdout to be empty?
The text was updated successfully, but these errors were encountered: