]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/hex_literal_lower.rs
:arrow_up: rust-analyzer
[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 }