diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-04-12 17:41:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-12 17:41:34 +0200 |
| commit | be3ea1dfb0cd847764fa9de6865f067e800c9de0 (patch) | |
| tree | 11d48fac1a765e0e4fd12385fc5fd32c2d612296 | |
| parent | 8c8692014b72648e152ac554cae73c3777c48480 (diff) | |
| parent | 8a6ec2eadd6b4b3dd5561eea5e57aa70ecda3ca8 (diff) | |
| download | rust-be3ea1dfb0cd847764fa9de6865f067e800c9de0.tar.gz rust-be3ea1dfb0cd847764fa9de6865f067e800c9de0.zip | |
Rollup merge of #123833 - dpaoliello:stdarch, r=Amanieu
Update stdarch submodule `asm_experimental_arch` is required in `core` as we're now using unstable inline assembly when building Arm64EC. Brings in the fix for <https://github.com/rust-lang/stdarch/issues/1555> (cc `@tslnc04).` r? `@Amanieu`
| -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 10d2698c5dd..981dde4dfc2 100644 --- a/library/core/src/lib.rs +++ b/library/core/src/lib.rs @@ -111,6 +111,7 @@ // tidy-alphabetical-start #![cfg_attr(bootstrap, feature(associated_type_bounds))] #![feature(array_ptr_get)] +#![feature(asm_experimental_arch)] #![feature(char_indices_offset)] #![feature(const_align_of_val)] #![feature(const_align_of_val_raw)] diff --git a/library/stdarch b/library/stdarch -Subproject 967e7afd87cbea3232581a4a55031134ab88f59 +Subproject 7df81ba8c3e2d02c2ace0c5a6f4f32d800c09e5 |
