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
{{ message }}
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
error[E0433]: failed to resolve. Could not find `struct_pb` in `super`
--> src/gen/proto/entity.rs:968:25
|
968 | _ => super::struct_pb::NullValue::NULL_VALUE,
| ^^^^^^^^^ Could not find `struct_pb` in `super`
There's no corresponding definition of struct_pb in the generated files. I'm guessing this should be referring to ::protobuf::well_known_types::struct_pb?
I'm sorry if I'm just doing something wrong here.
The text was updated successfully, but these errors were encountered:
I'm using this library, with protoc-rust-grpc, to to generate Rust code for the Google Cloud Datastore protos defined at https://github.com/googleapis/googleapis. The generated code for
Value
inentity.proto
contains the following code:When building, I get the following error:
There's no corresponding definition of
struct_pb
in the generated files. I'm guessing this should be referring to::protobuf::well_known_types::struct_pb
?I'm sorry if I'm just doing something wrong here.
The text was updated successfully, but these errors were encountered: