Methods of core trait that have doc aliases are found twice #81696
Labels
A-cross-crate-reexports
Area: Documentation that has been re-exported from a different crate
A-doc-alias
Area: `#[doc(alias)]`
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
If you search for a method in
core
trait 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::len
twice.This issue is also shown by https://doc.rust-lang.org/nightly/std/?search=reduce.
The text was updated successfully, but these errors were encountered: