diff options
| author | Jubilee Young <workingjubilee@gmail.com> | 2024-09-26 09:30:17 -0700 |
|---|---|---|
| committer | Jubilee Young <workingjubilee@gmail.com> | 2024-10-12 00:02:36 -0700 |
| commit | ddc367ded70b3145ffa92216bb4aaf178233c4ee (patch) | |
| tree | 770fd8c6b2135be1249e818ea7d95671d60ba141 /library/alloc/tests | |
| parent | 9a523001e3c245f8f547720a176005cf5bdee4f0 (diff) | |
library: Stabilize `const_ptr_write`
Const-stabilizes: - `write` - `write_bytes` - `write_unaligned` In the following paths: - `core::ptr` - `core::ptr::NonNull` - pointer `<*mut T>` Const-stabilizes the internal `core::intrinsics`: - `write_bytes` - `write_via_move`
Diffstat (limited to 'library/alloc/tests')
| -rw-r--r-- | library/alloc/tests/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/alloc/tests/lib.rs b/library/alloc/tests/lib.rs index f43143c6cef..4d146f1f5fd 100644 --- a/library/alloc/tests/lib.rs +++ b/library/alloc/tests/lib.rs @@ -7,7 +7,6 @@ #![feature(const_cow_is_borrowed)] #![feature(const_heap)] #![cfg_attr(bootstrap, feature(const_mut_refs))] -#![feature(const_ptr_write)] #![feature(const_try)] #![feature(core_intrinsics)] #![feature(extract_if)] |
