-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Improve miri error reporting in check_in_alloc #59627
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
Improve miri error reporting in check_in_alloc #59627
Conversation
☔ The latest upstream changes (presumably #59632) made this pull request unmergeable. Please resolve the merge conflicts. |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
You can apply the same change to |
fixed |
Sorry for the long delay! This looks great, I just have some naming and formatting nits. |
Co-Authored-By: LooMaclin <[email protected]>
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Visiting from triage, it looks like there's one remaining review comment for you, @LooMaclin -- will you have some time to address that soon? |
@Mark-Simulacrum @RalfJung sorry for delay, check please: ffd0dc7 |
Co-Authored-By: Ralf Jung <[email protected]>
@bors r+ |
📌 Commit 9e643e6 has been approved by |
⌛ Testing commit 9e643e6 with merge 7a1ecfc55579cd70fbd483d7350faee9388770f6... |
💔 Test failed - checks-travis |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Spurious timeout? @bors retry |
…error_reporting_in_check_in_alloc, r=RalfJung Improve miri error reporting in check_in_alloc Fixes rust-lang#57128 r? @RalfJung @oli-obk
☀️ Test successful - checks-travis, status-appveyor |
Tested on commit rust-lang/rust@1a56ec4. Direct link to PR: <rust-lang/rust#59627> 💔 miri on windows: test-pass → build-fail (cc @oli-obk @RalfJung @eddyb, @rust-lang/infra). 💔 miri on linux: test-pass → build-fail (cc @oli-obk @RalfJung @eddyb, @rust-lang/infra).
Fixes #57128
r? @RalfJung @oli-obk