From ea27e5cfcb0bf156e11d45fd439ccbf539cd1d18 Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Fri, 27 Oct 2023 13:37:04 +0100 Subject: Fix various compilation errors --- library/stdarch/crates/std_detect/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'library/stdarch/crates/std_detect/src') diff --git a/library/stdarch/crates/std_detect/src/lib.rs b/library/stdarch/crates/std_detect/src/lib.rs index 1ff42000992..5862ada21db 100644 --- a/library/stdarch/crates/std_detect/src/lib.rs +++ b/library/stdarch/crates/std_detect/src/lib.rs @@ -21,6 +21,8 @@ #![no_std] #![allow(internal_features)] // Temporary hack: needed to build against toolchains from before the mass feature renaming. +// Remove this as soon as the stdarch submodule is updated on nightly. +#![allow(stable_features)] #![feature(stdsimd)] #[cfg(test)] -- cgit 1.4.1-3-g733a5