index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
box
/
unit
/
unique-drop-complex.rs
blob: 6e5fb524f41e5f97ceffa16f6e8ea91dc3873737 (
plain
)
1
2
3
4
5
//@ run-pass
pub
fn
main
()
{
let
_x
:
Box
<
_
>
=
Box
::
new
(
vec!
[
0
,
0
,
0
,
0
,
0
]);
}