-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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_placecore::intrinsics::copy_nonoverlappingcore::intrinsics::copycore::intrinsics::write_bytescore::intrinsics::transmute
os::wasi (attribute added in #99723)
std::os::wasi::io::RawFdstd::os::wasi::io::AsRawFdstd::os::wasi::io::FromRawFdstd::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