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