Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
intra-doc
/
cross-crate
/
submodule-inner.rs
blob: cc139e3daaf99ed2750c2af73af7cd245738224a [
file
] [
log
] [
blame
] [
edit
]
//@ aux-build:submodule-inner.rs
//@ build-aux-docs
#![
deny
(
rustdoc
::
broken_intra_doc_links
)]
extern
crate a
;
//@ has 'submodule_inner/struct.Foo.html' '//a[@href="../a/bar/struct.Bar.html"]' 'Bar'
pub
use
a
::
foo
::
Foo
;