Closed
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.