Sign in
rust
/
rust
/
02ee05ab0e7f5156a6cb159acb5c809ab463c385
/
.
/
tests
/
rustdoc-html
/
inline_cross
/
trait-vis.rs
blob: 1fae6305b04cf8ac717b31f3a9362f85da1d3fe3 [
file
] [
log
] [
blame
]
//@ 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
;