-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Labels
A-cross-crate-reexportsArea: Documentation that has been re-exported from a different crateArea: Documentation that has been re-exported from a different crateC-bugCategory: This is a bug.Category: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
For example Iterator::map
should have a Self: Sized
bound, but we're a little too aggressive about pruning out the Sized
bounds.
For comparison core::iter::Iterator::map
does indeed have the bound.
crumblingstatue, zopsicle, jonas-schievink, quantatic, not-my-profile and 2 more
Metadata
Metadata
Assignees
Labels
A-cross-crate-reexportsArea: Documentation that has been re-exported from a different crateArea: Documentation that has been re-exported from a different crateC-bugCategory: This is a bug.Category: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.