-
Notifications
You must be signed in to change notification settings - Fork 13.3k
update Miri #99530
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
update Miri #99530
Conversation
The Miri submodule was changed cc @rust-lang/miri |
|
@bors r+ p=1 submodule update |
📌 Commit b4ae20214e8a2711f119ceb1955f7716436e33fb has been approved by It is now in the queue for this repository. |
This comment has been minimized.
This comment has been minimized.
@bors r- |
Oh no, seems like I broke miri in rustc after all... my local testing must have picked up the rustc from rustup. I'll get this fixed tomorrow, should be straight forward |
Argh
|
cargo-miri x.py fix Fix for rust-lang/rust#99530 (comment) Also make the debugging output consistent.
We are getting there, slowly. Just a bit more normalization:
|
@bors r=oli-obk |
☀️ Test successful - checks-actions |
Tested on commit rust-lang/rust@31b9b01. Direct link to PR: <rust-lang/rust#99530> 🎉 miri on windows: build-fail → test-pass (cc @oli-obk @RalfJung). 🎉 miri on linux: build-fail → test-pass (cc @oli-obk @RalfJung).
Finished benchmarking commit (31b9b01): comparison url. Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results
CyclesThis benchmark run did not return any relevant results for this metric. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
Fixes #99461
r? @oli-obk because of lockfile changes (seems like serde is getting implicitly bumped)