We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 028c247 commit 57d8d44Copy full SHA for 57d8d44
crates/std_detect/src/lib.rs
@@ -21,6 +21,8 @@
21
#![no_std]
22
#![allow(internal_features)]
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
#![feature(stdsimd)]
27
28
#[cfg(test)]
0 commit comments