diff options
| author | Eduardo Sánchez Muñoz <eduardosm-dev@e64.io> | 2023-10-02 23:43:35 +0200 |
|---|---|---|
| committer | Eduardo Sánchez Muñoz <eduardosm-dev@e64.io> | 2023-10-02 23:43:35 +0200 |
| commit | f2918b4a3d4a36e0cca5dde4247817ef48af4c1f (patch) | |
| tree | ebea7493be1c4bf57697e5ec61369b36757ce7a6 | |
| parent | 8e47113d71ed3922084571d70deba661f0a20001 (diff) | |
| download | rust-f2918b4a3d4a36e0cca5dde4247817ef48af4c1f.tar.gz rust-f2918b4a3d4a36e0cca5dde4247817ef48af4c1f.zip | |
Bump stdarch submodule
| -rw-r--r-- | library/core/src/lib.rs | 1 | ||||
| m--------- | library/stdarch | 0 |
2 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; diff --git a/library/stdarch b/library/stdarch -Subproject 6100854c4b360f84da5ab25e7c75cb2080667dd +Subproject 333e9e9977188d0748327e9b5be0f3f41206317 |
