Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
4486c24db3ca1c698b34ea08bee15194774b53df
/
.
/
tests
/
rustdoc
/
intra-doc
/
cross-crate
/
crate.rs
blob: 34fff1f1f269c1d02711473c5f010a9b90ece463 [
file
] [
log
] [
blame
]
//@ aux-build:intra-link-cross-crate-crate.rs
//@ build-aux-docs
#![
crate_name
=
"outer"
]
extern
crate inner
;
// @has outer/fn.f.html '//a[@href="../inner/fn.g.html"]' "crate::g"
pub
use
inner
::
f
;