mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
dc8b71ae2b
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.