Fixes for use in the standard library

This commit is contained in:
Amanieu d'Antras
2023-10-29 23:44:54 +00:00
parent 824092aab7
commit a600c72f50
2 changed files with 4 additions and 6 deletions

View File

@@ -24,6 +24,7 @@
// Remove this as soon as the stdarch submodule is updated on nightly.
#![allow(stable_features)]
#![feature(stdsimd)]
#![cfg_attr(feature = "rustc-dep-of-std", feature(stdarch_x86_has_cpuid))]
#[cfg(test)]
#[macro_use]