Sign in
android
/
toolchain
/
rustc
/
951ae7a5eefab93734d1309f0497487f13f59fbf
/
.
/
tests
/
rustdoc
/
issue-29584.rs
blob: 4364a9649b57b48ac11cfa970d342c13389cbce2 [
file
] [
log
] [
blame
]
// aux-build:issue-29584.rs
// ignore-cross-compile
extern
crate issue_29584
;
// @has issue_29584/struct.Foo.html
// @!hasraw - 'impl Bar for'
pub
use
issue_29584
::
Foo
;