From c5c966efd316522582fb7e8413b05891ba3845af Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sat, 26 Oct 2024 07:45:30 +0200 Subject: [PATCH] temporarily allow the bad ABI lint --- crates/core_arch/src/lib.rs | 1 + 1 file changed, 1 insertion(+) 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")]