]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-2342.rs
Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea' into sync_cg_clif-2022-02-23
[rust.git] / src / tools / rustfmt / tests / target / issue-2342.rs
1 // rustfmt-max_width: 80
2
3 struct Foo {
4     #[cfg(feature = "serde")]
5     bytes: [[u8; 17]; 5], // Same size as signature::ED25519_PKCS8_V2_LEN
6 }