]> git.lizzy.rs Git - rust.git/commit
Auto merge of #60026 - Aaron1011:feature/miri-unwind, r=RalfJung,oli-obk
authorbors <bors@rust-lang.org>
Tue, 12 Nov 2019 21:27:04 +0000 (21:27 +0000)
committerbors <bors@rust-lang.org>
Tue, 12 Nov 2019 21:27:04 +0000 (21:27 +0000)
commita333eed7fc0c903df9d6befcfb40af02148bf255
treef58c8bd9ef3b92b31916f3a4eda588a00e41fb75
parent4f03f4a989d1c8346c19dfb417a77c09b34408b8
parentb4545a4ad625c68479120db845280f4c61b39640
Auto merge of #60026 - Aaron1011:feature/miri-unwind, r=RalfJung,oli-obk

Add hooks for Miri panic unwinding

This commits adds in some additional hooks to allow Miri to properly
handle panic unwinding. None of this should have any impact on CTFE mode

This supports https://github.com/rust-lang/miri/pull/693