]> git.lizzy.rs Git - rust.git/blob - tests/target/issue_5273.rs
Honor `#[rustfmt::skip::attributes(derive)]` attribute
[rust.git] / tests / target / issue_5273.rs
1 struct Example<const N: usize = { 1048576 }> {
2     //
3 }