]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue_5273.rs
Rollup merge of #93661 - ehuss:add-missing-rustc-arg-docs, r=estebank,Mark-Simulacrum
[rust.git] / src / tools / rustfmt / tests / target / issue_5273.rs
1 struct Example<const N: usize = { 1048576 }> {
2     //
3 }