-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Methods of core trait that have doc aliases are found twice #81696
Copy link
Copy link
Open
Labels
A-cross-crate-reexportsArea: Documentation that has been re-exported from a different crateArea: Documentation that has been re-exported from a different crateA-doc-aliasArea: `#[doc(alias)]`Area: `#[doc(alias)]`C-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 crateA-doc-aliasArea: `#[doc(alias)]`Area: `#[doc(alias)]`C-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.
If you search for a method in
coretrait that has an alias it appears twice on the list.For example:
https://doc.rust-lang.org/nightly/std/?search=length
This shows
core::iter::ExactSizeIterator::lentwice.This issue is also shown by https://doc.rust-lang.org/nightly/std/?search=reduce.