Change std::panicking::try::Data into a union
No longer potentially call `mem::uninitialized::<!>()` Fixes #39432
This commit is contained in:
@@ -303,6 +303,7 @@
|
||||
#![feature(unboxed_closures)]
|
||||
#![feature(unicode)]
|
||||
#![feature(unique)]
|
||||
#![feature(untagged_unions)]
|
||||
#![feature(unwind_attributes)]
|
||||
#![feature(vec_push_all)]
|
||||
#![feature(zero_one)]
|
||||
|
||||
Reference in New Issue
Block a user