Sign in
fuchsia
/
third_party
/
rust
/
79e46694de009c8c826cafecb85f2bd3377b303a
/
.
/
tests
/
rustdoc-js
/
doc-alias-after-other-items.rs
blob: 2ed555c8e2f372cef008c300cb17eb58100aa1b3 [
file
]
pub
struct
Foo
;
#[
doc
(
alias
=
"Boo"
)]
pub
fn
bar
()
{}
pub
struct
Confiture
;
#[
doc
(
alias
=
"Confiture"
)]
pub
fn
this_is_a_long_name
()
{}