Skip to content

Clean up items accidentally stabilized through unstable paths #113387

Open
@tmandry

Description

@tmandry

rustc_allowed_through_unstable_modules special cases accidental stabilizations of stable items through unstable paths.

These might be prime candidates for cleaning up over an edition, assuming they are able to be accessed through some other path. This issue exists to track that work.

core::intrinsics (attribute added in #95956, #99288)

  • core::intrinsics::drop_in_place
  • core::intrinsics::copy_nonoverlapping
  • core::intrinsics::copy
  • core::intrinsics::write_bytes
  • core::intrinsics::transmute

os::wasi (attribute added in #99723)

  • std::os::wasi::io::RawFd
  • std::os::wasi::io::AsRawFd
  • std::os::wasi::io::FromRawFd
  • std::os::wasi::io::IntoRawFd

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-maybe-future-editionSomething we may consider for a future edition.T-langRelevant to the language team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    Status

    Rejected/Not lang

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions