475396a03c
Fixes 5728 Previously we were ignoring the diagnostic error, which lead to the ICE. Now we properly cancel the error.
6 lines
117 B
Rust
6 lines
117 B
Rust
cfg_if::cfg_if! {
|
|
if #[cfg(windows)] {
|
|
} else if #(&cpus) {
|
|
} else [libc::CTL_HW, libc::HW_NCPU, 0, 0]
|
|
}
|