]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue_5273.rs
Merge commit 'f2cdd4a78d89c009342197cf5844a21f8aa813df' into sync_cg_clif-2022-04-22
[rust.git] / src / tools / rustfmt / tests / target / issue_5273.rs
1 struct Example<const N: usize = { 1048576 }> {
2     //
3 }