Skip to content

Get rid of uses of mem::uninitialized #62397

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions