1 2 3 4 5 6 7 8
// compile-flags: -Cmetadata=aux pub trait Foo { #[doc(hidden)] fn foo(&self) {} } impl Foo for i32 {}