rustdoc: Use the concrete type of self
in the search-index
#92205
Labels
A-rustdoc-search
Area: Rustdoc's search feature
A-type-based-search
Area: Searching rustdoc pages using type signatures
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
See the discussion starting at #90630 (comment).
EDIT (@GuillaumeGomez): For example:
For the example above, if you use
Foo -> PathBuf
in the search,something
won't show up because&self
isn't "recognized"/"generated" in the search index asFoo
.The text was updated successfully, but these errors were encountered: