Sign in
rust
/
rustfmt
/
refs/heads/stbu
/
.
/
tests
/
source
/
hex_literal_lower.rs
blob: ce307b3aa521e29a192f36c2257cda2de18cb260 [
file
] [
log
] [
blame
]
// rustfmt-hex_literal_case: Lower
fn
main
()
{
let
h1
=
0xCAFE
_5EA7
;
let
h2
=
0xCAFE
_F00Du32
;
}