mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 12:17:40 +00:00
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.