blob: 15d194ef5d925f7b48beddc260ec3227c9268f86 [file] [log] [blame]
// Regression test for <https://github.com/rust-lang/rust/issues/106379>
mod repeat_n {
#[doc(hidden)]
/// not here
pub struct RepeatN {}
}
/// not here
pub use repeat_n::RepeatN;
// @count "$.index[*][?(@.name=='pub_use_doc_hidden')].inner.items[*]" 0
// @!has "$.index[*][?(@.docs == 'not here')]"