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