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;