Closed RalfJung closed 3 weeks ago
Recently we ratified the Option null-pointer guarantee to also apply to Option-like types. Miri should be adjusted to match that.
Option
Fixed by https://github.com/rust-lang/rust/pull/132057
Recently we ratified the
Option
null-pointer guarantee to also apply toOption
-like types. Miri should be adjusted to match that.