-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
miri: update ABI compat checks to accept Option-like types #132057
Conversation
r? @wesleywiser rustbot has assigned @wesleywiser. Use |
The Miri subtree was changed cc @rust-lang/miri Some changes occurred to the CTFE / Miri interpreter cc @rust-lang/miri |
74b967c
to
bce5cba
Compare
☔ The latest upstream changes (presumably #132581) made this pull request unmergeable. Please resolve the merge conflicts. |
bce5cba
to
b2fe71a
Compare
@rust-lang/miri any chance one of you could review this? :) |
r=me unless you want another review from @rust-lang/miri 🙂 |
Thanks. :) |
Rollup of 6 pull requests Successful merges: - rust-lang#132057 (miri: update ABI compat checks to accept Option-like types) - rust-lang#132665 (Implement `div_ceil` for `NonZero<unsigned>`) - rust-lang#132694 (fix(x): fix a regex used to find python executable) - rust-lang#132707 (Add --diagnostic-width to some tests failing after 1a0c502) - rust-lang#132715 (fix `LazyLock::get` and `LazyLock::get_mut` document) - rust-lang#132716 (chore(issue-template): fix branch name) r? `@ghost` `@rustbot` modify labels: rollup
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
This implements the t-lang decision described here.
Fixes rust-lang/miri#3983