Sign in
rust
/
rust
/
HEAD
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
hex_literal_lower.rs
blob: 5c27fded1674308ed1ab255c3ad12cbf336661f6 [
file
] [
log
] [
blame
]
// rustfmt-hex_literal_case: Lower
fn
main
()
{
let
h1
=
0xcafe
_5ea7
;
let
h2
=
0xcafe
_f00du32
;
}