https://github.com/rust-lang/rust/pull/30130 broke this code: ``` #[derive(Copy, Clone)] struct Array { arr: [[u8; 256]; 4] } ```