-
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
add method to get the mutability of an AllocId #100181
Conversation
Some changes occurred to the CTFE / Miri engine cc @rust-lang/miri |
r? @jackh726 (rust-highfive has picked a reviewer for you, use r? to override) |
6b625cd
to
36533d7
Compare
36533d7
to
72e5d53
Compare
72e5d53
to
54b122e
Compare
@lcnr maybe I could ask you to take a look at this one? |
// propagate --bless | ||
if builder.config.cmd.bless() { | ||
cargo.env("MIRI_BLESS", "Gesundheit"); | ||
} |
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.
This seems unrelated?
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.
Yeah it is. It makes Miri's test suite bless work with x.py --bless
. Didn't seem significant enough for its own PR, but I can split it if you prefer.
@bors r+ |
…ackh726 add method to get the mutability of an AllocId Miri needs this for rust-lang/miri#2463.
Rollup of 7 pull requests Successful merges: - rust-lang#96478 (Implement `#[rustc_default_body_unstable]`) - rust-lang#99787 (Rustdoc-Json: Document HRTB's on DynTrait) - rust-lang#100181 (add method to get the mutability of an AllocId) - rust-lang#100221 (Don't document impossible to call default trait items on impls) - rust-lang#100228 (Don't ICE while suggesting updating item path.) - rust-lang#100301 (Avoid `&str` to `String` conversions) - rust-lang#100305 (Suggest adding an appropriate missing pattern excluding comments) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Atomics must be mutable Fixes #2463 Needs rust-lang/rust#100181
Miri needs this for rust-lang/miri#2463.