mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
68adc1910b
The unwinding feature is called `panic-unwind` and not `panic_unwind`. Adjust the feature gate to look for these values. Additionally, the `abort_internal()` call is no longer used. Signed-off-by: Sean Cross <sean@xobs.io>