mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
a02e78871d
Add a workaround for parallel rustc crashing when there are delayed bugs This doesn't fix the root cause of this crash, but at least stops it from happening for the time being. Workaround for https://github.com/rust-lang/rust/issues/135870
For more information about how rustc works, see the rustc dev guide.