summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc/issue-67851-both.rs
blob: d69b943173412e18343f30d61d9013ea2f55fcbb (plain)
1
2
3
4
5
6
7
8
// 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;