mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 00:37:35 +00:00
Use `NonNull::without_provenance` within the standard library This API removes the need for several `unsafe` blocks, and leads to clearer code. It uses feature `nonnull_provenance` (#135243). Close #135343