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