blob: 6c6e84da43d5e505a37b461260cf6c9bdb6fdc49 [file] [log] [blame]
// https://github.com/rust-lang/rust/issues/67851
#![crate_name="foo"]
// @!has foo/struct.Hidden.html
#[doc(hidden)]
pub struct Hidden;
// @!has foo/struct.Private.html
struct Private;