We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge_from
protobuf-build/src/wrapper.rs
Line 220 in a2af09f
It looks like based on this line merge_from is unimplemented. I'm getting an error here in my code, but I do see an implementation here:
https://docs.rs/raft-proto/0.6.0/src/raft_proto/opt/rustwide/target/debug/build/raft-proto-e76d546c8402e8c8/out/protos/eraftpb.rs.html#2584-2603
How is this code being generated if it is in fact unimplemented?
The text was updated successfully, but these errors were encountered:
Looks like maybe it's only unimplemented for prost?
prost
Sorry, something went wrong.
No branches or pull requests
protobuf-build/src/wrapper.rs
Line 220 in a2af09f
It looks like based on this line
merge_from
is unimplemented. I'm getting an error here in my code, but I do see an implementation here:https://docs.rs/raft-proto/0.6.0/src/raft_proto/opt/rustwide/target/debug/build/raft-proto-e76d546c8402e8c8/out/protos/eraftpb.rs.html#2584-2603
How is this code being generated if it is in fact unimplemented?
The text was updated successfully, but these errors were encountered: