]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/hex_literal_upper.rs
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
[rust.git] / src / tools / rustfmt / tests / target / hex_literal_upper.rs
1 // rustfmt-hex_literal_case: Upper
2 fn main() {
3     let h1 = 0xCAFE_5EA7;
4     let h2 = 0xCAFE_F00Du32;
5 }