Uh oh!
There was an error while loading. Please reload this page.
adjust Miri to needs of changed unwinding strategy - #69999
Conversation
rust-highfive
commented
Mar 14, 2020
r? @davidtwco (rust_highfive has picked a reviewer for you, use r? to override) |
@bors p=1 |
davidtwco
commented
Mar 14, 2020
r? @oli-obk |
Mark-Simulacrum
left a comment
There was a problem hiding this comment.
Seems good, though I wasn't able to quite follow the miri changes.
There was a problem hiding this comment.
These seem like they could be separate? But fine to leave them in too.
There was a problem hiding this comment.
I had to add from_i32 for the Miri side of this. So while I was at it I figured I might as well add the comments here, instead of making them a separate PR.
Uh oh!
There was an error while loading. Please reload this page.
oli-obk
commented
Mar 14, 2020
r=me with the comment updated. |
RalfJung
commented
Mar 14, 2020
@bors r=oli-obk |
bors
commented
Mar 14, 2020
📌 Commit b450e1b has been approved by |
bors
commented
Mar 14, 2020
bors
commented
Mar 14, 2020
☀️ Test successful - checks-azure |
As expected, #67502 broke unwinding in Miri. To fix it we have to adjust parts of the engine and the panic runtime, which this PR does. The Miri-side changes are in rust-lang/miri#1227.
Cc @oli-obk@Aaron1011@Mark-Simulacrum@Amanieu