blob: eb89219022c77dd05beaf4b2969b5badb9368775 [file] [log] [blame]
//@ compile-flags: --document-private-items --document-hidden-items
pub trait TheTrait {}
#[doc(hidden)]
struct Value {}
//@ has '$.index[?(@.docs=="THE IMPL")]'
/// THE IMPL
impl TheTrait for Value {}