blob: bb813acbc689788ada406a71b1c582ee586918c6 [file] [log] [blame]
//@ run-rustfix
fn main() {
_v: Vec<i32> = vec![1, 2, 3]; //~ ERROR expected identifier, found `:`
}