Skip to content

Commit 2bfef40

Browse files
authored
Rollup merge of rust-lang#116361 - eduardosm:bump-stdarch, r=Amanieu
Bump stdarch submodule r? `@Amanieu`
2 parents 44b7759 + e50f0e0 commit 2bfef40

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

core/src/lib.rs

Lines changed: 1 addition & 0 deletions
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

stdarch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 6100854c4b360f84da5ab25e7c75cb2080667ddc
1+
Subproject commit 333e9e9977188d0748327e9b5be0f3f412063174

0 commit comments

Comments
 (0)