Closed
Description
for example, searching the rustc docs for -> Context
returns several clone
methods.
what this type of search means is "how do i get values of this type", in which case clone
is not very useful, and stuff like constructors should be shown first.
this would apply to both -> Type
searches and also the "in return types" tab.
Metadata
Metadata
Assignees
Labels
Area: Rustdoc's search featureArea: Searching rustdoc pages using type signaturesCategory: An issue proposing an enhancement or a PR with one.Relevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.