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