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/src | |
| parent | 9a523001e3c245f8f547720a176005cf5bdee4f0 (diff) | |
| download | rust-ddc367ded70b3145ffa92216bb4aaf178233c4ee.tar.gz rust-ddc367ded70b3145ffa92216bb4aaf178233c4ee.zip | |
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/src')
| -rw-r--r-- | library/alloc/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs index c60c0743c7e..1d7b7a03454 100644 --- a/library/alloc/src/lib.rs +++ b/library/alloc/src/lib.rs @@ -173,7 +173,6 @@ #![feature(allow_internal_unstable)] #![feature(cfg_sanitize)] #![feature(const_precise_live_drops)] -#![feature(const_ptr_write)] #![feature(const_try)] #![feature(decl_macro)] #![feature(dropck_eyepatch)] |
