diff options
| author | bors <bors@rust-lang.org> | 2025-07-29 02:27:52 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-07-29 02:27:52 +0000 |
| commit | cb6785f73df1aa3f558796a22a4ab9652cf38e26 (patch) | |
| tree | 049f538fb3b06ebbbf9e84a0ddde52d3dd55adca /compiler | |
| parent | cdccba87bf9ad5d87c1417eeb8fa52a4b614bbf9 (diff) | |
| parent | 173926da2bd94bde24740a4b9e6b1bac1bfcb910 (diff) | |
| download | rust-cb6785f73df1aa3f558796a22a4ab9652cf38e26.tar.gz rust-cb6785f73df1aa3f558796a22a4ab9652cf38e26.zip | |
Auto merge of #143289 - scottmcm:remove-array-chunks, r=jhpratt
Remove `[T]::array_chunks(_mut)` Since libs-api is proposing as much in https://github.com/rust-lang/rust/issues/74985#issuecomment-3024465102 Closes rust-lang/rust#74985 Closes rust-lang/rust#76354 try-job: dist-various-1 try-job: dist-various-2
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/rustc_codegen_cranelift/patches/0027-sysroot_tests-128bit-atomic-operations.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_cranelift/patches/0027-sysroot_tests-128bit-atomic-operations.patch b/compiler/rustc_codegen_cranelift/patches/0027-sysroot_tests-128bit-atomic-operations.patch index f6e6bbc2387..f3d1d5c43ea 100644 --- a/compiler/rustc_codegen_cranelift/patches/0027-sysroot_tests-128bit-atomic-operations.patch +++ b/compiler/rustc_codegen_cranelift/patches/0027-sysroot_tests-128bit-atomic-operations.patch @@ -19,7 +19,7 @@ index 1e336bf..35e6f54 100644 -#![cfg_attr(target_has_atomic = "128", feature(integer_atomics))] #![cfg_attr(test, feature(cfg_select))] #![feature(alloc_layout_extra)] - #![feature(array_chunks)] + #![feature(array_ptr_get)] diff --git a/coretests/tests/atomic.rs b/coretests/tests/atomic.rs index b735957..ea728b6 100644 --- a/coretests/tests/atomic.rs |
