about summary refs log tree commit diff
path: root/tests/rustdoc/issue-67851-both.rs
blob: ed59652838e12fdf9a48e5cd66401952e04a5752 (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;