Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
reexport-doc.rs
blob: 0c20de41231d1433f7d18e0939ac1130f9636480 [
file
] [
log
] [
blame
] [
edit
]
//@ aux-build:reexport-doc-aux.rs
extern
crate reexport_doc_aux
as
dep
;
//@ has 'reexport_doc/struct.Foo.html'
//@ count - '//p' 'These are the docs for Foo.' 1
/// These are the docs for Foo.
pub
use
dep
::
Foo
;