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