]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #39721 - whataloadofwhat:catch-unwind-bang, r=alexcrichton
authorCorey Farwell <coreyf@rwell.org>
Sat, 11 Feb 2017 04:41:38 +0000 (23:41 -0500)
committerGitHub <noreply@github.com>
Sat, 11 Feb 2017 04:41:38 +0000 (23:41 -0500)
commit6866df669ce01c8a46dde9e7f21cf7a32a1bfcb4
treee7e48729e89a52f43d0bc321bebc990f49ac0b8c
parent0fd89adcaa54bac1314186de66890a74c8ffe179
parentca92c516820e760173c40a9cbb42daef8111c93e
Rollup merge of #39721 - whataloadofwhat:catch-unwind-bang, r=alexcrichton

Change std::panicking::try::Data into a union

No longer potentially call `mem::uninitialized::<!>()`

Fixes #39432