Files
rust/tests
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-04 23:50:01 +00:00
2024-10-09 21:23:20 +02:00
2024-10-12 00:02:36 -07:00