about summary refs log tree commit diff
path: root/tests/rustdoc-js/prototype.rs
blob: 77553561238ccc2535492478dc5ce8a5effc7f9e (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() {}