blob: 6357b76df0c7a17de7bc6530c8d3a5e5a2ab738a [file] [log] [blame]
pub struct Bar;
impl Bar {
pub fn bar(_: u8) -> hidden::Hidden {
hidden::Hidden
}
}
#[doc(hidden)]
pub mod hidden {
pub struct Hidden;
}