Sign in
rust
/
rust-lang
/
rust
/
1b01decc1ca851e014b6951bdd7f2ac2f897adc9
/
.
/
tests
/
rustdoc-js
/
prototype.rs
blob: 77553561238ccc2535492478dc5ce8a5effc7f9e [
file
] [
log
] [
blame
]
// The alias needed to be there to reproduce the bug
// that used to be here.
#[
doc
(
alias
=
"other_alias"
)]
pub
fn
something_else
()
{}