Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
rustdoc
/
issue-67851-both.rs
blob: d69b943173412e18343f30d61d9013ea2f55fcbb [
file
] [
log
] [
blame
]
// compile-flags: -Zunstable-options --document-private-items --document-hidden-items
// @has issue_67851_both/struct.Hidden.html
#[
doc
(
hidden
)]
pub
struct
Hidden
;
// @has issue_67851_both/struct.Private.html
struct
Private
;