Searching "&" and "&mut" in stdlib api docs should show "reference (primitive)" #46075
Labels
A-type-based-search
Area: Searching rustdoc pages using type signatures
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
If you don't recall or know the name of the reference primitive (like, uh, I did earlier), searching on https://doc.rust-lang.org/std/ for "&", "&m", "&mu", and "&mut" should show the result "reference (primitive)" as the first result.
Likewise for
[]
and[;]
for slices and arrays, and()
and(,)
and(,,)
and etc. for tuples. And probably others.The text was updated successfully, but these errors were encountered: