rust-lang / rust-lang/rust

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

Open
#131,130 0 comments 1 reaction 1 assignee View on GitHub

@lolbinarycat is already working on this.

Since Oct 16, 2024.

A-rustdoc-search A-type-based-search T-rustdoc T-rustdoc-frontend
Dominant language
Rust
Stars
119k
Forks
16.1k
PR merge metrics
PR metrics pending

Description

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.