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