-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Open
Labels
A-maybe-future-editionSomething we may consider for a future edition.Something we may consider for a future edition.T-langRelevant to the language teamRelevant to the language team
Description
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
scottmcm
Metadata
Metadata
Assignees
Labels
A-maybe-future-editionSomething we may consider for a future edition.Something we may consider for a future edition.T-langRelevant to the language teamRelevant to the language team
Type
Projects
Status
Rejected/Not lang