rustdoc: default trait methods only show up in search index if they are overridden #141373
Labels
A-rustdoc-js
Area: Rustdoc's JS front-end
A-rustdoc-search
Area: Rustdoc's search feature
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
initially discovered when searching rustdoc internals for render_into
reproduction code
reproduction steps
cargo doc --open --no-deps
count
expected result
Empty::count
shows up as a result, since there is a method callable via that pathactual result
no search results
additional considerations
this could lead to flooding the search results, but hopefully that is no longer an issue once #140782 is fixed.
version info
The text was updated successfully, but these errors were encountered: