Skip to content

rustdoc: "Type -> *" search does not work. #75622

Closed
@RalfJung

Description

@RalfJung

The rustdoc help says:

Search functions by type signature (e.g., vec -> usize or * -> vec)

Based on this example, I expected the natural generalization vec -> * to also work and show all functions that take a vec as input, but that query shows no result at all. I am not sure if there is any way to show "all functions that take T as input", which is surprising given that the same is possible for the return type.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-type-based-searchArea: Searching rustdoc pages using type signaturesC-bugCategory: This is a bug.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