mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
57f1f91a9c
panic when encountering an illegal cpumask in thread::available_parallelism Fixes #115868 by panicking instead of returning an invalid `NonZeroUsize`