-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed
Labels
T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
For example: http://doc.rust-lang.org/collections/?search=into_ascii_lower
includes a link to: http://doc.rust-lang.org/collections/string/struct.String.html#method.into_ascii_lower
Even though that anchor isn't present on that page. It is, however, on: http://doc.rust-lang.org/std/string/struct.String.html
@huonw asked me to file this as a bug; I'm not sure how to describe the exact bug: if it is that collections::string::String appears in the results, that it's missing on the collections::string::String page, and/or that std::string::String should be in the results.
Metadata
Metadata
Assignees
Labels
T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.