Sign in
android
/
toolchain
/
rustc
/
89a0a0cd9cbd0a0138a09bd877bbc73859a8c330
/
.
/
src
/
test
/
ui
/
array-slice-vec
/
vector-no-ann.rs
blob: 1f11d9c8dffc7e044eecf357059b4b7b77c8a744 [
file
] [
log
] [
blame
]
fn
main
()
{
let
_foo
=
Vec
::
new
();
//~^ ERROR type annotations needed
}