Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollup merge of rust-lang#62396 - RalfJung:miri-no-null, r=alexcrichton
remove Scalar::is_null_ptr Comparing pointers should be done more carefully than that. With rust-lang/miri#825, Miri does not need it any more and it is otherwise unused.
- Loading branch information