Skip to content
New issue

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 is unimplemented #61

Open
cloutiertyler opened this issue Jul 18, 2022 · 1 comment
Open

merge_from is unimplemented #61

cloutiertyler opened this issue Jul 18, 2022 · 1 comment

Comments

@cloutiertyler
Copy link

cloutiertyler commented Jul 18, 2022

"fn merge_from(&mut self, _is: &mut ::protobuf::CodedInputStream) -> ::protobuf::ProtobufResult<()> {{ unimplemented!(); }}",

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?

@cloutiertyler
Copy link
Author

Looks like maybe it's only unimplemented for prost?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant