diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-10-03 08:58:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-03 08:58:50 +0200 |
| commit | c3daf77132884c052fe6a09256b164b26d845405 (patch) | |
| tree | f939658899715d47cc90de213405f5782bb91b82 /library/core/src | |
| parent | 043fcc487a2fe3c286cbccd87ac29277ba5a4ae1 (diff) | |
| parent | f2918b4a3d4a36e0cca5dde4247817ef48af4c1f (diff) | |
| download | rust-c3daf77132884c052fe6a09256b164b26d845405.tar.gz rust-c3daf77132884c052fe6a09256b164b26d845405.zip | |
Rollup merge of #116361 - eduardosm:bump-stdarch, r=Amanieu
Bump stdarch submodule r? `@Amanieu`
Diffstat (limited to 'library/core/src')
| -rw-r--r-- | library/core/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/core/src/lib.rs b/library/core/src/lib.rs index be734a9ba52..ab8d9f33b08 100644 --- a/library/core/src/lib.rs +++ b/library/core/src/lib.rs @@ -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; |
