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