Skip to content

Commit

Permalink
Rollup merge of #123833 - dpaoliello:stdarch, r=Amanieu
Browse files Browse the repository at this point in the history
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 <rust-lang/stdarch#1555> (cc `@tslnc04).`

r? `@Amanieu`
  • Loading branch information
matthiaskrgr committed Apr 12, 2024
2 parents 8c86920 + 8a6ec2e commit be3ea1d
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 @@ -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)]
Expand Down

0 comments on commit be3ea1d

Please sign in to comment.