diff --git a/crates/core_arch/src/lib.rs b/crates/core_arch/src/lib.rs index 11377c5ca0..55e549cb31 100644 --- a/crates/core_arch/src/lib.rs +++ b/crates/core_arch/src/lib.rs @@ -58,6 +58,7 @@ clippy::unusual_byte_groupings, clippy::wrong_self_convention )] +#![allow(abi_unsupported_vector_types)] // FIXME https://github.com/rust-lang/stdarch/issues/1661 #![cfg_attr(test, allow(unused_imports))] #![no_std] #![stable(feature = "stdsimd", since = "1.27.0")]