Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
array-slice-vec
/
vector-no-ann-2.rs
blob: 63828551af11424ca882fdcea7754d26d82ad9c5 [
file
] [
log
] [
blame
]
//@ run-pass
pub
fn
main
()
{
let
_quux
:
Box
<
Vec
<
usize
>>
=
Box
::
new
(
Vec
::
new
());
}