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