rust/tests/ui/parser/issue-100197-mut-let.fixed

7 lines
96 B
Rust
Raw Normal View History

// run-rustfix
fn main() {
let mut _x = 123;
//~^ ERROR invalid variable declaration
}