Sign in
rust
/
rust
/
578d299fe76e2a2ca2f303030f8eb496ab5f96fd
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
hex_literal_upper.rs
blob: 48bb93d2c1c08d7efc11ca562f5cd732f3cc0ee1 [
file
]
// rustfmt-hex_literal_case: Upper
fn
main
()
{
let
h1
=
0xCAFE
_5EA7
;
let
h2
=
0xCAFE
_F00Du32
;
}