Sign in
◑
Theme
rust
/
rust
/
df734af6ae8a7fdc287c5da23fe610573bf2a761
/
.
/
tests
/
rustdoc-html
/
inline_cross
/
auxiliary
/
trait-vis.rs
blob: e5bc7969b5c6c59da0236dd4916500f66a996acb [
file
]
#![
crate_name
=
"inner"
]
pub
struct
SomeStruct
;
fn
asdf
()
{
const
_FOO
:
()
=
{
impl
Clone
for
SomeStruct
{
fn
clone
(&
self
)
->
Self
{
SomeStruct
}
}
};
}