mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 08:35:31 +00:00
Fix unwinding on certain platforms when debug assertions are enabled This came up on `armv7-apple-ios` when using `-Zbuild-std`. Looks like this is a leftover from a [conversion from C to Rust](051c2d14fb1e73866376668088971605d38f0c65), where integer wrapping is implicit. Not at all sure how the unwinding code works!