]> git.proxmox.com Git - rustc.git/blame - src/tools/rustfmt/tests/target/issue-2342.rs
New upstream version 1.52.1+dfsg1
[rustc.git] / src / tools / rustfmt / tests / target / issue-2342.rs
CommitLineData
f20569fa
XL
1// rustfmt-max_width: 80
2
3struct Foo {
4 #[cfg(feature = "serde")]
5 bytes: [[u8; 17]; 5], // Same size as signature::ED25519_PKCS8_V2_LEN
6}