Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
4486c24db3ca1c698b34ea08bee15194774b53df
/
.
/
tests
/
ui
/
array-slice-vec
/
vector-no-ann-2.rs
blob: b130c6bc2ffb58d9acf917e60aebcb4b201c8d9a [
file
] [
log
] [
blame
]
//@ run-pass
//@ pretty-expanded FIXME #23616
pub
fn
main
()
{
let
_quux
:
Box
<
Vec
<
usize
>>
=
Box
::
new
(
Vec
::
new
());
}