blob: 35bce2932f90912cf3331dbe73fab2357a0acafd [file] [log] [blame] [edit]
mod private {
pub struct Foo {}
}
//@ has hidden_use/index.html
//@ !hasraw - 'private'
//@ !hasraw - 'Foo'
//@ !has hidden_use/struct.Foo.html
#[doc(hidden)]
pub use private::Foo;