Sign in
rust
/
rust
/
6ea369cfee9420f6fe3f89e4bff7b01ac0ef920d
/
.
/
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 `:`
}