Sign in
fuchsia
/
third_party
/
rust
/
8ae423e5e8db47b8233ad657b8d84247f94de179
/
.
/
tests
/
rustdoc-html
/
inline_cross
/
doc-hidden-extern-trait-impl-29584.rs
blob: 2459dbdaeed605fef78ab6db80d01591c8b92850 [
file
]
//@ aux-build:issue-29584.rs
//@ ignore-cross-compile
// https://github.com/rust-lang/rust/issues/29584
#![
crate_name
=
"issue_29584"
]
extern
crate issue_29584
;
//@ has issue_29584/struct.Foo.html
//@ !hasraw - 'impl Bar for'
pub
use
issue_29584
::
Foo
;