Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
inline_cross
/
doc-hidden-extern-trait-impl-29584.rs
blob: 2459dbdaeed605fef78ab6db80d01591c8b92850 [
file
] [
log
] [
blame
] [
edit
]
//@ 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
;