Skip to content

Commit c3daf77

Browse files
authored
Rollup merge of rust-lang#116361 - eduardosm:bump-stdarch, r=Amanieu
Bump stdarch submodule r? `@Amanieu`
2 parents 043fcc4 + f2918b4 commit c3daf77

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)