rustbuild: test --stage 1 src/test/ui
builds "stage1 compiler artifacts"
#40016
Labels
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
while other useful stage 1 tests like
compile-fail
orrun-pass
will happily run after building only "stage1 std artifacts".compile-fail
andui
are inseparable and need to be tested together and building "stage1 compiler artifacts" makes the edit-compile-test cycle ~twice longer.The text was updated successfully, but these errors were encountered: