summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/issue-3066.rs
blob: 4d1ece43defcde66ddf161658ff47b1a4ecea6e6 (plain)
1
2
3
4
5
6
7
// rustfmt-indent_style: Visual
fn main() {
    Struct { field: aaaaaaaaaaa };
    Struct { field: aaaaaaaaaaaa, };
    Struct { field: value,
             field2: value2, };
}