mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 14:35:30 +00:00
Requested changes to [*mut T|*const T]::set_ptr_value This is a follow-up to PR #74774 (tracking issue #75091), acting on some change requests made after approval: - adds `#[must_use]` attribute - changes type of `val` pointer argument from `()` to `u8` - adjusts documentation mentioning pointer provenance