1
Fork 0

Remove uses of mem::uninitialized in std::sys::cloudabi

Usages still appear in cloudabi tests and in the reentrant mutex implementation
This commit is contained in:
Nathan 2019-07-22 17:17:37 -04:00 committed by nathanwhit
parent e649e90344
commit e1e0df8a49
4 changed files with 31 additions and 16 deletions

View file

@ -273,6 +273,7 @@
#![feature(link_args)]
#![feature(linkage)]
#![feature(maybe_uninit_ref)]
#![feature(maybe_uninit_slice)]
#![feature(mem_take)]
#![feature(needs_panic_runtime)]
#![feature(never_type)]