blob: a7af3cb1500c134c912856008095586fc77c9835 [file] [log] [blame] [edit]
//@ run-rustfix
fn main() {
let mut _x = 123;
//~^ ERROR invalid variable declaration
}