-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Changing the structure of mir::interpret::InterpError
#62969
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
642786d
to
8705fc9
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some nits then this lgtm.
@saleemjaffer if you think this is ready for reviews, please remove the "WIP". ;) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot!
r=me with these nits fixed.
mir::interpret::InterpError
mir::interpret::InterpError
;-) |
@bors r= RalfJung |
@saleemjaffer: 🔑 Insufficient privileges: Not in reviewers |
@RalfJung I do not have bors privileges XD. So I cannot do this. |
That's okay. :) I use r=me either way, so I don't have to figure out in advance if someone has bors powers.^^ @bors r+ |
📌 Commit 00d32e8 has been approved by |
… r=RalfJung Changing the structure of `mir::interpret::InterpError` Implements [this](rust-lang/const-eval#4 (comment))
Rollup of 7 pull requests Successful merges: - #62663 (More questionmarks in doctests) - #62969 (Changing the structure of `mir::interpret::InterpError`) - #63153 (Remove redundant method with const variable resolution) - #63189 (Doc improvements) - #63198 (Allow trailing comma in macro 2.0 declarations.) - #63202 (Fix ICE in #63135) - #63203 (Make is_mutable use PlaceRef instead of it's fields) Failed merges: r? @ghost
@saleemjaffer yay, it landed. :) However, as expected, this also broke Miri. Do you want to try and fix that?
|
Never mind, I'll do it because this blocks other work. Thanks for the PR! |
A bit of Miri error cleanup Some cleanup after rust-lang#62969. r? @oli-obk Cc @saleemjaffer
Implements this