-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-doc-aliasArea: `#[doc(alias)]`Area: `#[doc(alias)]`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
When searching for %
https://doc.rust-lang.org/nightly/std/?search=%25
the search result shows std::ops::Rem::Rem
with a non working link to https://doc.rust-lang.org/nightly/std/ops/Rem/trait.Rem.html
(The same problem also happens for other aliases like ==
, +=
, ?
, ...)
When searching for Rem
https://doc.rust-lang.org/nightly/std/?search=Rem
the search result shows std::ops::Rem
with a working link to https://doc.rust-lang.org/nightly/std/ops/trait.Rem.html
Searching for aliases was implemented in #49757.
CC @GuillaumeGomez
Version reported by https://doc.rust-lang.org/nightly
Version 1.27.0-nightly (66363b2 2018-04-28)
Metadata
Metadata
Assignees
Labels
A-doc-aliasArea: `#[doc(alias)]`Area: `#[doc(alias)]`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.