007d87f added a bunch of allow(deprecated) because there are still a few places where we use mem::uninitialized. These should all be fixed, to remove the allow (and hopefully prevent other deprecated methods from being used there).
Cc @EdSchouten for CloudAbi, @jethrogb for SGX.
007d87f added a bunch of
allow(deprecated)because there are still a few places where we usemem::uninitialized. These should all be fixed, to remove theallow(and hopefully prevent other deprecated methods from being used there).src/libstd/sys/cloudabi/abi/cloudabi.rs)Cc @EdSchouten for CloudAbi, @jethrogb for SGX.