-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-associated-itemsArea: Associated items (types, constants & functions)Area: Associated items (types, constants & functions)A-lintsArea: Lints (warnings about flaws in source code) such as unused_mut.Area: Lints (warnings about flaws in source code) such as unused_mut.P-lowLow priorityLow priority
Milestone
Description
In the code, associated types like Iterator::Item
are marked #[stable]
, but in the generated documentation they are marked as having no stability level. This appears to end up going into the stability dashboard as well; after #21745 lands, I think that almost all of the remaining unmarked items are associated types.
Metadata
Metadata
Assignees
Labels
A-associated-itemsArea: Associated items (types, constants & functions)Area: Associated items (types, constants & functions)A-lintsArea: Lints (warnings about flaws in source code) such as unused_mut.Area: Lints (warnings about flaws in source code) such as unused_mut.P-lowLow priorityLow priority