mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
2ab919ad9c
Ensure we never consider the null pointer dereferencable This replaces the checks that are being removed in https://github.com/rust-lang/rust/pull/97188. Those checks were too early and hence incorrect.