Skip to content

rustdoc search: allow combining a type based search with a name based search #131130

@lolbinarycat

Description

@lolbinarycat

usecase: i know reqwest has a method on Response that turns error status codes into Result. i know it probably has "error" in the name. it would be nice to be able to do something like "error" Response -> Result to search for this.

in this case, just Response -> Result works well enough, but that seems to be a coincidince due to async functions being ranked below sync functions.

Metadata

Metadata

Assignees

Labels

A-rustdoc-searchArea: Rustdoc's search featureA-type-based-searchArea: Searching rustdoc pages using type signaturesT-rustdoc-frontendRelevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions