Sign in
android
/
toolchain
/
rustc
/
635618df8991b8a005e435895ea0b1eee7e3faf0
/
.
/
tests
/
rustdoc
/
issue-34423.rs
blob: b429bf8c9ba73353a46e78540f343bda33704e38 [
file
] [
log
] [
blame
]
pub
struct
Foo
;
pub
trait
Bar
{
#[
doc
(
hidden
)]
fn
bar
()
{}
}
impl
Bar
for
Foo
{
fn
bar
()
{}
}