Closed
Description
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).
- SGX
- libterm
- librustc_codegen_llvm
- std::io::util
- CloudAbi layout tests (
src/libstd/sys/cloudabi/abi/cloudabi.rs
) - rustc tests
Cc @EdSchouten for CloudAbi, @jethrogb for SGX.