Sign in
android
/
toolchain
/
rustc
/
5139364148b53d79de1b5e778004d41a6a33a4a2
/
.
/
tests
/
rustdoc
/
trait-visibility.rs
blob: 8ba3ee03a74f3dba69aabb51a9ab7f95ef2c8fef [
file
] [
log
] [
blame
]
// aux-build:trait-visibility.rs
#![
crate_name
=
"foo"
]
extern
crate trait_visibility
;
// @has foo/trait.Bar.html '//a[@href="#tymethod.foo"]/..' "fn foo()"
pub
use
trait_visibility
::
Bar
;