Auto merge of #128528 - workingjubilee:you-dont-need-to-see-this-cpui… · model-checking/verify-rust-std@0e4358d (original) (raw)
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -269,10 +269,6 @@ | ||
269 | 269 | #![cfg_attr(any(windows, target_os = "uefi"), feature(round_char_boundary))] |
270 | 270 | #![cfg_attr(target_family = "wasm", feature(stdarch_wasm_atomic_wait))] |
271 | 271 | #![cfg_attr(target_arch = "wasm64", feature(simd_wasm64))] |
272 | -#![cfg_attr( | |
273 | - all(any(target_arch = "x86_64", target_arch = "x86"), target_os = "uefi"), | |
274 | - feature(stdarch_x86_has_cpuid) | |
275 | -)] | |
276 | 272 | // |
277 | 273 | // Language features: |
278 | 274 | // tidy-alphabetical-start |