Sign in
fuchsia
/
third_party
/
rust
/
2a3e17c6d5c49eeb770ade2fa660f98e9cce0ce0
/
.
/
tests
/
rustdoc
/
doc-hidden-private-67851-neither.rs
blob: 1f70ceefe44d6350f25818d2cb94b531ac934213 [
file
] [
log
] [
blame
]
// https://github.com/rust-lang/rust/issues/67851
#![
crate_name
=
"foo"
]
//@ !has foo/struct.Hidden.html
#[
doc
(
hidden
)]
pub
struct
Hidden
;
//@ !has foo/struct.Private.html
struct
Private
;