We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recently we ratified the Option null-pointer guarantee to also apply to Option-like types. Miri should be adjusted to match that.
Option
The text was updated successfully, but these errors were encountered:
Rollup merge of rust-lang#132057 - RalfJung:miri-abi-compat, r=wesley…
6b5a58c
…wiser miri: update ABI compat checks to accept Option-like types This implements the t-lang decision described [here](rust-lang#130628 (comment)). Fixes rust-lang/miri#3983
Unrolled build for rust-lang#132057
d95060a
Rollup merge of rust-lang#132057 - RalfJung:miri-abi-compat, r=wesleywiser miri: update ABI compat checks to accept Option-like types This implements the t-lang decision described [here](rust-lang#130628 (comment)). Fixes rust-lang/miri#3983
Fixed by rust-lang/rust#132057
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Recently we ratified the
Option
null-pointer guarantee to also apply toOption
-like types. Miri should be adjusted to match that.The text was updated successfully, but these errors were encountered: