Sign in
android
/
toolchain
/
rustc
/
859223d571ac76195f46ef610ad1f7fe42a915c1
/
.
/
src
/
test
/
ui
/
chalkify
/
lower_struct.rs
blob: aecccea5c142c25407f44b1b1d93c205b7fbbefe [
file
] [
log
] [
blame
]
#![
feature
(
rustc_attrs
)]
#[
rustc_dump_program_clauses
]
//~ ERROR program clause dump
struct
Foo
<
'
a
,
T
>
where
Box
<
T
>:
Clone
{
_x
:
std
::
marker
::
PhantomData
<&
'
a T
>,
}
fn
main
()
{
}