Clean up items accidentally stabilized through unstable paths #113387
Labels
A-maybe-future-edition
Something we may consider for a future edition.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
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
The text was updated successfully, but these errors were encountered: