Mention in
's use for visibility paths, aka pub(in path)
, in the keyword docs
#93609
Labels
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
T-lang
Relevant to the language team
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Uh oh!
There was an error while loading. Please reload this page.
The std lib keyword docs for the keyword
in
only mentionsin
's use withfor
loops, but that keyword has one other use that I am aware of, specifying a visibility path for an item,pub(in path)
. This should be documented there as well.The text was updated successfully, but these errors were encountered: