-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Open
Labels
A-visibilityArea: Visibility / privacyArea: Visibility / privacyC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Description
@pnkfelix brought up during the compiler meeting that #67705 is "adding a pub fn
to std::sys::windows
", which turned out not to be a concern as std::sys
itself is private.
However I think it would be helpful (and prevent accidental reexports), if everything under std::sys
(and anything like it) had crate
-level visibility instead of pub
.
cc @rust-lang/libs
retep998, LukasKalbertodt and KodrAus
Metadata
Metadata
Assignees
Labels
A-visibilityArea: Visibility / privacyArea: Visibility / privacyC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.