Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
rustdoc
/
auxiliary
/
issue-13698.rs
blob: a65ebfe36a4979cac41ed07e6f97f3f9070504e4 [
file
] [
log
] [
blame
]
// compile-flags: -Cmetadata=aux
pub
trait
Foo
{
#[
doc
(
hidden
)]
fn
foo
(&
self
)
{}
}
impl
Foo
for
i32
{}