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 cloned the repo and used cargo to build. but received many errors similar to the one below:
Compiling pbjson-types-any v0.2.3
Compiling envoy-control-plane v0.4.0 (/home/mk8s/ws4/rust-envoy-control-plane)
error[E0277]: the trait bound protobuf::Any: prost::message::Message is not satisfied
--> /home/mk8s/ws4/rust-envoy-control-plane/target/debug/build/pbjson-types-any-01af1beea1b4c834/out/google.protobuf.serde.rs:111:6
|
111 | impl ::pbjson_any::prost_wkt::MessageSerde for Any {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait prost::message::Message is not implemented for protobuf::Any
|
= help: the following other types implement trait prost::message::Message:
()
Box
Vec
bool
f32
f64
i32
i64
and 4 others
note: required by a bound in MessageSerde
--> /home/mk8s/.cargo/registry/src/github.com-1ecc6299db9ec823/prost-wkt-0.3.3/src/lib.rs:10:25
|
10 | pub trait MessageSerde: prost::Message + mopa::Any {
| ^^^^^^^^^^^^^^ required by this bound in MessageSerde
error[E0277]: the trait bound Api: prost::message::Message is not satisfied
--> /home/mk8s/ws4/rust-envoy-control-plane/target/debug/build/pbjson-types-any-01af1beea1b4c834/out/google.protobuf.serde.rs:335:6
any idea how to work around this?
The text was updated successfully, but these errors were encountered:
I cloned the repo and used cargo to build. but received many errors similar to the one below:
Compiling pbjson-types-any v0.2.3
Compiling envoy-control-plane v0.4.0 (/home/mk8s/ws4/rust-envoy-control-plane)
error[E0277]: the trait bound
protobuf::Any: prost::message::Message
is not satisfied--> /home/mk8s/ws4/rust-envoy-control-plane/target/debug/build/pbjson-types-any-01af1beea1b4c834/out/google.protobuf.serde.rs:111:6
|
111 | impl ::pbjson_any::prost_wkt::MessageSerde for Any {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait
prost::message::Message
is not implemented forprotobuf::Any
|
= help: the following other types implement trait
prost::message::Message
:()
Box
Vec
bool
f32
f64
i32
i64
and 4 others
note: required by a bound in
MessageSerde
--> /home/mk8s/.cargo/registry/src/github.com-1ecc6299db9ec823/prost-wkt-0.3.3/src/lib.rs:10:25
|
10 | pub trait MessageSerde: prost::Message + mopa::Any {
| ^^^^^^^^^^^^^^ required by this bound in
MessageSerde
error[E0277]: the trait bound
Api: prost::message::Message
is not satisfied--> /home/mk8s/ws4/rust-envoy-control-plane/target/debug/build/pbjson-types-any-01af1beea1b4c834/out/google.protobuf.serde.rs:335:6
any idea how to work around this?
The text was updated successfully, but these errors were encountered: