mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
31ad4e4a54
Fix compiler panic with a large number of threads Hi, This PR is an attempt to fix the problem described here https://github.com/rust-lang/rust/issues/117638 using the solution suggested in this comment https://github.com/rust-lang/rust/issues/117638#issuecomment-1800925067 Best regards, Michal