]> git.lizzy.rs Git - rust.git/commitdiff
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)
Change std::panicking::try::Data into a union

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

Fixes #39432


Trivial merge