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 bed05ee commit c5c966eCopy full SHA for c5c966e
crates/core_arch/src/lib.rs
@@ -58,6 +58,7 @@
58
clippy::unusual_byte_groupings,
59
clippy::wrong_self_convention
60
)]
61
+#![allow(abi_unsupported_vector_types)] // FIXME https://github.com/rust-lang/stdarch/issues/1661
62
#![cfg_attr(test, allow(unused_imports))]
63
#![no_std]
64
#![stable(feature = "stdsimd", since = "1.27.0")]
0 commit comments