1 2 3 4 5 6
let X: i32 = 12; //~^ ERROR expected item, found keyword `let` fn main() { println!("{}", X); }