]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-100197-mut-let.fixed
Auto merge of #100678 - GuillaumeGomez:improve-rustdoc-json-tests, r=aDotInTheVoid
[rust.git] / src / test / ui / parser / issue-100197-mut-let.fixed
1 // run-rustfix
2
3 fn main() {
4     let mut _x = 123;
5     //~^ ERROR invalid variable declaration
6 }