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