#[doc(alias = "<alias>")] can be specified on items to add search aliases when searching through rustdoc's UI. See the PR1 for more information.
#[doc(alias = "<alias>")]
#[doc(alias = "bar")] struct Foo;
https://github.com/rust-lang/rust/pull/75740/ ↩︎