Sign in
rust
/
rust
/
f831d0c19a7400ee58ecf18b71eaac2c4f46ac34
/
.
/
tests
/
source
/
configs
/
short_array_element_width_threshold
/
10.rs
blob: 7d0d70919a607f1126bc52ccd5790ed636e834ff [
file
] [
log
] [
blame
]
// rustfmt-short_array_element_width_threshold: 10
fn
main
()
{
pub
const
FORMAT_TEST
:
[
u64
;
5
]
=
[
0x0000000000000000
,
0xaaaaaaaaaaaaaaaa
,
0xbbbbbbbbbbbbbbbb
,
0xcccccccccccccccc
,
0xdddddddddddddddd
,
];
}