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.
2 parents 44b7759 + e50f0e0 commit 2bfef40Copy full SHA for 2bfef40
core/src/lib.rs
@@ -418,6 +418,7 @@ pub mod primitive;
418
// FIXME: This annotation should be moved into rust-lang/stdarch after clashing_extern_declarations is
419
// merged. It currently cannot because bootstrap fails as the lint hasn't been defined yet.
420
#[allow(clashing_extern_declarations)]
421
+#[cfg_attr(bootstrap, allow(deprecated_in_future))]
422
#[unstable(feature = "stdsimd", issue = "48556")]
423
mod core_arch;
424
stdarch
@@ -1 +1 @@
1
-Subproject commit 6100854c4b360f84da5ab25e7c75cb2080667ddc
+Subproject commit 333e9e9977188d0748327e9b5be0f3f412063174
0 commit comments