Full paths in type-based search don't work #114522
Labels
A-rustdoc-search
Area: Rustdoc's search feature
A-type-based-search
Area: Searching rustdoc pages using type signatures
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
While searching
vec -> usize
works,vec::vec -> usize
doesn't.The text was updated successfully, but these errors were encountered: