summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-5009/1_minimum_example.rs
blob: 55836f4bf52c784e95c0ae5354c209e707f7b0fc (plain)
1
2
3
4
fn main() {
    // the "in" inside the pattern produced invalid syntax
    for variable_in_here /* ... */ in 0..1 {}
}