Run compiler unit tests without stage 1 build #51748
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.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
./x.py test src/libsyntax --stage 0
builds all the way through a stage 1 build before actually running the tests, so any changes to libsyntax require rebuilding all of rustc in order to rerun the unit tests. This is a really slow process, making it much harder to write and run unit tests for rustc code.The text was updated successfully, but these errors were encountered: