-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
rustdoc: Self: Sized bounds in different crates are pruned #24183
Copy link
Copy link
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.
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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
For example
Iterator::mapshould have aSelf: Sizedbound, but we're a little too aggressive about pruning out theSizedbounds.For comparison
core::iter::Iterator::mapdoes indeed have the bound.