Skip to content

Rustdoc search index missing some re-exported methods #20246

Closed
@tomjakubowski

Description

@tomjakubowski

For example, a search for String::from_str in the std docs only shows three (duplicate) results from the collections crate, even though from_str is also exported by std::string::String.

I suspect that re-exported "static" methods are not included in the search index. For example, search for ::new in the std docs and marvel at how few results appear in the std crate while their "home" crate implementations do appear.

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions