Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
refs/heads/revert-82057-cstr
/
.
/
src
/
test
/
rustdoc
/
issue-34423.rs
blob: b429bf8c9ba73353a46e78540f343bda33704e38 [
file
] [
log
] [
blame
] [
edit
]
pub
struct
Foo
;
pub
trait
Bar
{
#[
doc
(
hidden
)]
fn
bar
()
{}
}
impl
Bar
for
Foo
{
fn
bar
()
{}
}