mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-26 13:01:27 +03:00
6 lines
75 B
Rust
6 lines
75 B
Rust
/// asdf
|
|
pub fn foobazbar() {}
|
|
|
|
#[doc(alias("foobazbar"))]
|
|
pub fn foo() {}
|