x test --stage 1 tests/rustdoc{,-ui}
fails when download-rustc is enabled
#110570
Labels
A-download-rustc
Area: The `rust.download-rustc` build option.
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
P-low
Low priority
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
I tried this code:
./configure --set download-rustc && x test --stage 1 rustdoc-ui
I expected to see this happen: All tests pass
Instead, this happened:
Meta
HEAD is 39c6804
I think this is pretty low priority, I don't know why anyone would need to run
x test --stage 1
when download-rustc is enabled.The text was updated successfully, but these errors were encountered: