mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
af1c8be400
stabilize const_ptr_is_null FCP passed in https://github.com/rust-lang/rust/issues/74939. The second commit cleans up const stability around UB checks a bit, now that everything they need (except for `const_eval_select`) is stable. Fixes https://github.com/rust-lang/rust/issues/74939