This repository was archived by the owner on May 30, 2023. It is now read-only.
Can't compile with Rust 1.39 #78
Closed
Description
With rust 1.39 is not possible to compile this crate anymore, I get the followig errors. Do you have any ideas?
error[E0369]: binary operation `==` cannot be applied to type `__mbstate_t__bindgen_ty_1`
--> /home/andrea/Workspace/git/video_ludo/target/debug/build/ffmpeg-sys-77d9e656be992a77/out/bindings.rs:3000:5
|
3000 | pub __value: __mbstate_t__bindgen_ty_1,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: an implementation of `std::cmp::PartialEq` might be missing for `__mbstate_t__bindgen_ty_1`
error[E0369]: binary operation `!=` cannot be applied to type `__mbstate_t__bindgen_ty_1`
--> /home/andrea/Workspace/git/video_ludo/target/debug/build/ffmpeg-sys-77d9e656be992a77/out/bindings.rs:3000:5
|
3000 | pub __value: __mbstate_t__bindgen_ty_1,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: an implementation of `std::cmp::PartialEq` might be missing for `__mbstate_t__bindgen_ty_1`
error[E0277]: the trait bound `__mbstate_t__bindgen_ty_1: std::cmp::Eq` is not satisfied
--> /home/andrea/Workspace/git/video_ludo/target/debug/build/ffmpeg-sys-77d9e656be992a77/out/bindings.rs:3000:5
|
3000 | pub __value: __mbstate_t__bindgen_ty_1,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `__mbstate_t__bindgen_ty_1`
|
= note: required by `std::cmp::AssertParamIsEq`
Metadata
Metadata
Assignees
Labels
No labels