blob: a65ebfe36a4979cac41ed07e6f97f3f9070504e4 [file] [log] [blame]
// compile-flags: -Cmetadata=aux
pub trait Foo {
#[doc(hidden)]
fn foo(&self) {}
}
impl Foo for i32 {}