Closed
Description
Found by 1.56 crater - https://crater-reports.s3.amazonaws.com/beta-1.56-2/beta-2021-09-12/reg/gmorph-0.1.0/log.txt
[INFO] [stdout] error[E0204]: the trait `Copy` may not be implemented for this type
[INFO] [stdout] --> src/enc.rs:16:17
[INFO] [stdout] |
[INFO] [stdout] 16 | #[derive(Debug, Copy, Clone, PartialEq, Serialize, Deserialize)]
[INFO] [stdout] | ^^^^
[INFO] [stdout] 17 | pub struct Enc {
[INFO] [stdout] 18 | inner: Matrix3<Q231>,
[INFO] [stdout] | -------------------- this field does not implement `Copy`
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
Bisections seems to point at 371f3cd, cc @Aaron1011