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