-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-type-based-searchArea: Searching rustdoc pages using type signaturesArea: Searching rustdoc pages using type signaturesC-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.
Description
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
Labels
A-type-based-searchArea: Searching rustdoc pages using type signaturesArea: Searching rustdoc pages using type signaturesC-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.