Rustdoc search returns non working links related to #[doc(alias = "...")] #50311
Labels
A-doc-alias
Area: `#[doc(alias)]`
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
When searching for
%
https://doc.rust-lang.org/nightly/std/?search=%25the 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=Remthe 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)
The text was updated successfully, but these errors were encountered: