-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
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.
Metadata
Metadata
Assignees
Labels
T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.