]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue_3245.rs
Rollup merge of #107213 - edward-shen:edward-shen/fix-accidental-let-else, r=compiler...
[rust.git] / src / tools / rustfmt / tests / target / issue_3245.rs
1 fn main() {
2     let x = 1;
3     let y = 3;
4 }