Sign in
android
/
toolchain
/
rustc
/
5bd94c128c5702589f742e958fb8ae82646357c9
/
.
/
src
/
test
/
rustdoc
/
auxiliary
/
intra-link-reexport-additional-docs.rs
blob: fc51995a94eccc7724f30c13a1a98f3c92269093 [
file
] [
log
] [
blame
]
#![
crate_name
=
"inner"
]
/// Links to [f()]
pub
struct
Inner
;
pub
fn
f
()
{}