Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
array-slice-vec
/
vector-no-ann-2.rs
blob: b130c6bc2ffb58d9acf917e60aebcb4b201c8d9a [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
//@ pretty-expanded FIXME #23616
pub
fn
main
()
{
let
_quux
:
Box
<
Vec
<
usize
>>
=
Box
::
new
(
Vec
::
new
());
}