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
I encountered this error when building the master branch. It seems a bindgen issue is relevant.
error[E0204]: the trait `Copy` may not be implemented for this type
--> /path/to/crate/target/debug/build/rdkafka-sys-7db474a7fb7f90d0/out/bindings.rs:3460:17
|
3460 | #[derive(Debug, Copy, Clone)]
| ^^^^
...
3465 | pub __cmsg_data: __IncompleteArrayField<::std::os::raw::c_uchar>,
| ---------------------------------------------------------------- this field does not implement `Copy`