You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0204]: the trait `Copy` may not be implemented for this type
--> somewhere deep in the file
|
69596 | #[derive(Debug, Copy, Clone)]
| ^^^^
...
69599 | pub data: __IncompleteArrayField<::std::os::raw::c_uchar>,
| --------------------------------------------------------- this field does not implement `Copy`
Expected Results
Successful compilation, which is what happened a couple of versions ago…