Skip to content

Commit f2918b4

Browse files
committed
Bump stdarch submodule
1 parent 8e47113 commit f2918b4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

library/core/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ pub mod primitive;
418418
// FIXME: This annotation should be moved into rust-lang/stdarch after clashing_extern_declarations is
419419
// merged. It currently cannot because bootstrap fails as the lint hasn't been defined yet.
420420
#[allow(clashing_extern_declarations)]
421+
#[cfg_attr(bootstrap, allow(deprecated_in_future))]
421422
#[unstable(feature = "stdsimd", issue = "48556")]
422423
mod core_arch;
423424

0 commit comments

Comments
 (0)