mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 01:25:04 +00:00
library/ptr: mention that ptr::without_provenance is equivalent to deriving from the null ptr This might help clarify why you can't do memory accesses with it.