Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
unique
/
unique-drop-complex.rs
blob: 2324f1e1a652f5c66100c462c578c2347a4a0d9a [
file
] [
log
] [
blame
]
// run-pass
// pretty-expanded FIXME #23616
pub
fn
main
()
{
let
_x
:
Box
<
_
>
=
Box
::
new
(
vec
![
0
,
0
,
0
,
0
,
0
]);
}