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