Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
test
/
rustdoc
/
inline_cross
/
inline_hidden.rs
blob: dcceaadb9680eb7a928418629c182eb9efe91b44 [
file
] [
log
] [
blame
]
// aux-build:rustdoc-hidden.rs
// build-aux-docs
// ignore-cross-compile
extern
crate rustdoc_hidden
;
#[
doc
(
no_inline
)]
pub
use
rustdoc_hidden
::
Foo
;
// @has inline_hidden/fn.foo.html
// @!has - '//a/@title' 'Foo'
pub
fn
foo
(
_
:
Foo
)
{}