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