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[E0277]: the trait bound RtnlMessage: netlink_packet_core::traits::NetlinkDeserializable is not satisfied
--> /home/sherlock/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtnetlink-0.12.0/src/connection.rs:16:5
|
16 | Connection,
| ^^^^^^^^^^^^^^^^^^^^^^^ the trait netlink_packet_core::traits::NetlinkDeserializable is not implemented for RtnlMessage
|
note: required by a bound in Connection
--> /home/sherlock/.cargo/registry/src/index.crates.io-6f17d22bba15001f/netlink-proto-0.11.2/src/connection.rs:38:38
|
38 | T: Debug + NetlinkSerializable + NetlinkDeserializable,
| ^^^^^^^^^^^^^^^^^^^^^ required by this bound in Connection
error[E0277]: the trait bound RtnlMessage: netlink_packet_core::traits::NetlinkSerializable is not satisfied
--> /home/sherlock/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtnetlink-0.12.0/src/connection.rs:25:5
|
25 | Connection<RtnlMessage, S>,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait netlink_packet_core::traits::NetlinkSerializable is not implemented for RtnlMessage
|
note: required by a bound in Connection
--> /home/sherlock/.cargo/registry/src/index.crates.io-6f17d22bba15001f/netlink-proto-0.11.2/src/connection.rs:38:16
|
38 | T: Debug + NetlinkSerializable + NetlinkDeserializable,
| ^^^^^^^^^^^^^^^^^^^ required by this bound in Connection
error[E0277]: the trait bound RtnlMessage: netlink_packet_core::traits::NetlinkDeserializable is not satisfied
--> /home/sherlock/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtnetlink-0.12.0/src/connection.rs:25:5
|
25 | Connection<RtnlMessage, S>,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait netlink_packet_core::traits::NetlinkDeserializable is not implemented for RtnlMessage
|
note: required by a bound in Connection
--> /home/sherlock/.cargo/registry/src/index.crates.io-6f17d22bba15001f/netlink-proto-0.11.2/src/connection.rs:38:38
|
38 | T: Debug + NetlinkSerializable + NetlinkDeserializable,
| ^^^^^^^^^^^^^^^^^^^^^ required by this bound in Connection
For more information about this error, try rustc --explain E0277.
error: could not compile rtnetlink (lib) due to 4 previous errors
The text was updated successfully, but these errors were encountered:
cargo +stable new --bin ttt
cd ttt
cargo +stable add rtnetlink
cargo +stable clippy
it will fail with
The text was updated successfully, but these errors were encountered: