Sign in
rust
/
rust-lang
/
rust
/
d3e4dd29a8c617e1c7bf74cf09452f76bd5f90eb
/
.
/
tests
/
rustdoc-js
/
alias-rank-lower-140968.rs
blob: 1b0d2abfdcdcc1633c025f312fb6a0902daf0f8d [
file
] [
log
] [
blame
]
#![
crate_name
=
"alias_rank_lower"
]
pub
struct
Foo
;
#[
doc
(
alias
=
"Foo"
)]
pub
struct
Bar
;