summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/configs/short_array_element_width_threshold/20.rs
blob: 6084690652f0682651bc29fcd59ce47d0e861981 (plain)
1
2
3
4
5
6
7
8
// rustfmt-short_array_element_width_threshold: 20

fn main() {
    pub const FORMAT_TEST: [u64; 5] = [
        0x0000000000000000, 0xaaaaaaaaaaaaaaaa, 0xbbbbbbbbbbbbbbbb, 0xcccccccccccccccc,
        0xdddddddddddddddd,
    ];
}