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

fn foo() {
    match 0 {
        0 => return AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,
        1 => AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,
        _ => "",
    };
}