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

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

Fixes #39432
This commit is contained in:
whataloadofwhat
2017-02-10 17:55:00 +00:00
parent f80514426a
commit ca92c51682
3 changed files with 31 additions and 23 deletions

View File

@@ -303,6 +303,7 @@
#![feature(unboxed_closures)]
#![feature(unicode)]
#![feature(unique)]
#![feature(untagged_unions)]
#![feature(unwind_attributes)]
#![feature(vec_push_all)]
#![feature(zero_one)]