rustdoc doesn't include renamed re-exports in search results #86337
Labels
A-rustdoc-search
Area: Rustdoc's search feature
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
I tried this: Go to https://docs.rs/tracing-subscriber/0.2.18/tracing_subscriber/ and search for
FmtSubscriber
I expected to see this happen: Rustdoc shows a search result for https://docs.rs/tracing-subscriber/0.2.18/tracing_subscriber/fmt/struct.Subscriber.html, which is re-exported as
FmtSubscriber
in the root.Instead, this happened: Rustdoc doesn't show any results.
Meta
This was generated with
rustdoc 1.53.0-nightly (42816d61e 2021-04-24)
The text was updated successfully, but these errors were encountered: