We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 894fe28 commit afb21bbCopy full SHA for afb21bb
crates/std_detect/src/lib.rs
@@ -23,7 +23,7 @@
23
// Temporary hack: needed to build against toolchains from before the mass feature renaming.
24
// Remove this as soon as the stdarch submodule is updated on nightly.
25
#![allow(stable_features)]
26
-#![cfg_attr(not(feature = "rustc-dep-of-std"), feature(stdsimd))]
+#![cfg_attr(not(feature = "rustc-dep-of-std"), feature(stdarch_internal))]
27
#![cfg_attr(
28
all(
29
any(target_arch = "x86", target_arch = "x86_64"),
0 commit comments