Files
rust/library/alloc
Jubilee Young ddc367ded7 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`
2024-10-12 00:02:36 -07:00
..
2024-10-12 00:02:36 -07:00
2024-10-12 00:02:36 -07:00
2024-10-05 21:34:51 -05:00