Stability levels on associated types seem to be being ignored #21746
Labels
A-associated-items
Area: Associated items (types, constants & functions)
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
P-low
Low priority
Milestone
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.The text was updated successfully, but these errors were encountered: