diff options
| author | Scott McMurray <scottmcm@users.noreply.github.com> | 2025-07-01 09:33:35 -0700 |
|---|---|---|
| committer | Scott McMurray <scottmcm@users.noreply.github.com> | 2025-07-27 23:03:07 -0700 |
| commit | 173926da2bd94bde24740a4b9e6b1bac1bfcb910 (patch) | |
| tree | 4d2cabaa1a1b6f051f3b069f46b86268f99c16ba /compiler | |
| parent | 733dab558992d902d6d17576de1da768094e2cf3 (diff) | |
| download | rust-173926da2bd94bde24740a4b9e6b1bac1bfcb910.tar.gz rust-173926da2bd94bde24740a4b9e6b1bac1bfcb910.zip | |
Remove `[T]::array_chunks(_mut)`
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 |
