mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
d0bcc42121
rustdoc: fix bugs with search aliases and merging These bugs cause a crash and a perf problem with aliases, caused by loading the search index when it's not expected. cc `@weihanglo` r? `@GuillaumeGomez`