]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-js/prototype.rs
Merge commit '1d8491b120223272b13451fc81265aa64f7f4d5b' into sync-from-rustfmt
[rust.git] / tests / rustdoc-js / prototype.rs
1 // The alias needed to be there to reproduce the bug
2 // that used to be here.
3 #[doc(alias="other_alias")]
4 pub fn something_else() {}