mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
a33da79fa9
Transmute from NonNull to pointer when elaborating a box deref (MCP807) Since per https://github.com/rust-lang/compiler-team/issues/807 we have to stop projecting into `NonNull`. cc https://github.com/rust-lang/rust/issues/133652