We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was trying to find https://doc.rust-lang.org/nightly/nightly-rustc/syntax/ptr/struct.P.html in rustdoc, but that doesn't show up anywhere if I just search for P: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir/transform/?search=P
P
It does show up if I search for "P" (https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir/transform/?search=%22P%22) so there's a workaround, but I think it'd be nice if when I type an exact name, things with that exact name show up at the top, or something.
"P"
The text was updated successfully, but these errors were encountered:
It's supposed to, so some adjustments need to be done on the "search engine". I'll take a look.
Sorry, something went wrong.
Rollup merge of rust-lang#59622 - GuillaumeGomez:improve-one-char-sea…
a5d5f8d
…rch, r=QuietMisdreavus Ensure that exact matches come first in rustdoc search Fixes rust-lang#59287. cc @scottmcm r? @QuietMisdreavus
Auto merge of #59622 - GuillaumeGomez:improve-one-char-search, r=Quie…
876a3bc
…tMisdreavus Ensure that exact matches come first in rustdoc search Fixes #59287. cc @scottmcm r? @QuietMisdreavus
GuillaumeGomez
Successfully merging a pull request may close this issue.
I was trying to find https://doc.rust-lang.org/nightly/nightly-rustc/syntax/ptr/struct.P.html in rustdoc, but that doesn't show up anywhere if I just search for
P
: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir/transform/?search=PIt does show up if I search for
"P"
(https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir/transform/?search=%22P%22) so there's a workaround, but I think it'd be nice if when I type an exact name, things with that exact name show up at the top, or something.The text was updated successfully, but these errors were encountered: