wiki/content/20201119170710-search_aliases.md

406 B

date id title
2020-11-19 5a550cee-3ccc-4521-a250-7d0a9bd193d2 Search Aliases

Description

#[doc(alias = "<alias>")] can be specified on items to add search aliases when searching through rustdoc's UI. See the PR1 for more information.

Syntax

#[doc(alias = "bar")]
struct Foo;

Footnotes