about summary refs log tree commit diff
path: root/src/tools/rustfmt/tests/target/issue-3614/version_two.rs
blob: 7b9534caa024eda3c98ab9b81e07f091d8d2216e (plain)
1
2
3
4
5
6
7
8
// rustfmt-style_edition: 2024

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