rust/tests/target/issue-2342.rs

7 lines
145 B
Rust
Raw Normal View History

2018-01-11 08:53:13 +01:00
// rustfmt-max_width: 80
struct Foo {
#[cfg(feature = "serde")]
bytes: [[u8; 17]; 5], // Same size as signature::ED25519_PKCS8_V2_LEN
}