Skip to content

Commit be3ea1d

Browse files
authored
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 <rust-lang/stdarch#1555> (cc `@tslnc04).` r? `@Amanieu`
2 parents 8c86920 + 8a6ec2e commit be3ea1d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

library/core/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
// tidy-alphabetical-start
112112
#![cfg_attr(bootstrap, feature(associated_type_bounds))]
113113
#![feature(array_ptr_get)]
114+
#![feature(asm_experimental_arch)]
114115
#![feature(char_indices_offset)]
115116
#![feature(const_align_of_val)]
116117
#![feature(const_align_of_val_raw)]

0 commit comments

Comments
 (0)