mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-05 03:24:06 +03:00
c3171d19d5
rustdoc: don't ignore path distance for doc aliases Ran into a bit of an issue due to the overloading of space (it needs to be a metachar for most searches, but not for doc aliases that have space in them). Not sure if I need to also need to account for other whitespace chars. <img width="1778" height="494" alt="screenshot" src="https://github.com/user-attachments/assets/041e76f1-3b29-4de5-a72b-1431021fb676" /> fixes https://github.com/rust-lang/rust/issues/146214 r? `@GuillaumeGomez`