summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-3614/version_two.rs
blob: 5d6f8e7a313b7f4ee0e24f41a8a1514bb18f813f (plain)
1
2
3
4
5
6
7
8
// rustfmt-version: Two

fn main() {
    let toto = || {
        if true { 42 } else { 24 }
    };
    { T }
}