summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-js/prototype.rs
blob: 5f6d73cc19626fb5e3e06fc2a9eaa9c288bd7f68 (plain)
1
2
3
4
// The alias needed to be there to reproduce the bug
// that used to be here.
#[doc(alias="other_alias")]
pub fn something_else() {}