mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
9f76214854
This reverts commita240ccd81c, reversing changes made to393fdc1048. This PR was likely responsible for a relatively large regression in dist-x86_64-msvc-alt builder times, from approximately 1.7 to 2.8 hours, bringing that builder into the pool of the slowest builders we currently have. This seems to be limited to the alt builder due to needing parallel-compiler enabled, likely leading to slow LLVM compilation for some reason.
For more information about how rustc works, see the rustc dev guide.