Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
inline_cross
/
trait-vis.rs
blob: 1fae6305b04cf8ac717b31f3a9362f85da1d3fe3 [
file
] [
log
] [
blame
] [
edit
]
//@ aux-build:trait-vis.rs
extern
crate inner
;
//@ has trait_vis/struct.SomeStruct.html
//@ has - '//h3[@class="code-header"]' 'impl Clone for SomeStruct'
pub
use
inner
::
SomeStruct
;