mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
4783d35218
unstably mark `NonNull::with_exposed_provenance` as const Feature: `const_nonnull_with_exposed_provenance` Tracking issue: https://github.com/rust-lang/rust/issues/154215 This PR constifies `NonNull::with_exposed_provenance`. r? @tgross35