Sign in
android
/
toolchain
/
rustc
/
d2dbbcd40813d506244f1255bc2c84088a0197e1
/
.
/
src
/
test
/
ui
/
chalkify
/
lower_struct.rs
blob: 94a0716d383546c2f307cac7232cd2f3a1543fd1 [
file
] [
log
] [
blame
]
// check-pass
// compile-flags: -Z chalk
struct
Foo
<
'
a
,
T
>
where
Box
<
T
>:
Clone
{
_x
:
std
::
marker
::
PhantomData
<&
'
a T
>,
}
fn
main
()
{
}