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