-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
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
ABI checks do not accept Option-"like" types #3983
Comments
joboet
added a commit
to joboet/rust
that referenced
this issue
Nov 7, 2024
…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
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this issue
Nov 7, 2024
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 |
github-actions bot
pushed a commit
that referenced
this issue
Nov 9, 2024
miri: update ABI compat checks to accept Option-like types This implements the t-lang decision described [here](rust-lang/rust#130628 (comment)). Fixes #3983
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: