Sign in
rust
/
rust
/
56572203199216a87f69fa954bb1864a0ee8aade
/
.
/
tests
/
ui
/
type
/
missing-let-in-binding-2.rs
blob: bb813acbc689788ada406a71b1c582ee586918c6 [
file
]
//@ run-rustfix
fn
main
()
{
_v
:
Vec
<
i32
>
=
vec
![
1
,
2
,
3
];
//~ ERROR expected identifier, found `:`
}