mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 11:02:07 +03:00
65a050fddc
Make all alt builders produce parallel-enabled compilers We're not quite ready to ship parallel compilers by default, but the alt builders are not used too much (in theory), so we believe that shipping a possibly-broken compiler there is not too problematic. r? @nikomatsakis