Skip to content

Commit

Permalink
Rollup merge of rust-lang#116361 - eduardosm:bump-stdarch, r=Amanieu
Browse files Browse the repository at this point in the history
Bump stdarch submodule

r? `@Amanieu`
  • Loading branch information
matthiaskrgr committed Oct 3, 2023
2 parents 043fcc4 + f2918b4 commit c3daf77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions library/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ pub mod primitive;
// FIXME: This annotation should be moved into rust-lang/stdarch after clashing_extern_declarations is
// merged. It currently cannot because bootstrap fails as the lint hasn't been defined yet.
#[allow(clashing_extern_declarations)]
#[cfg_attr(bootstrap, allow(deprecated_in_future))]
#[unstable(feature = "stdsimd", issue = "48556")]
mod core_arch;

Expand Down

0 comments on commit c3daf77

Please sign in to comment.