summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/hex_literal_upper.rs
blob: b1092ad71ba136af32ba6afc94a4eb4b6ca386d3 (plain)
1
2
3
4
5
// rustfmt-hex_literal_case: Upper
fn main() {
    let h1 = 0xCaFE_5ea7;
    let h2 = 0xCAFE_F00Du32;
}