Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
9748d87dc70a9a6725c5dbd76ce29d04752b4f90
/
.
/
tests
/
rustdoc
/
inline_cross
/
auxiliary
/
rustdoc-hidden-sig.rs
blob: 6357b76df0c7a17de7bc6530c8d3a5e5a2ab738a [
file
] [
log
] [
blame
]
pub
struct
Bar
;
impl
Bar
{
pub
fn
bar
(
_
:
u8
)
->
hidden
::
Hidden
{
hidden
::
Hidden
}
}
#[
doc
(
hidden
)]
pub
mod
hidden
{
pub
struct
Hidden
;
}