protobuf-build icon indicating copy to clipboard operation
protobuf-build copied to clipboard

`merge_from` is unimplemented

Open cloutiertyler opened this issue 2 years ago • 1 comments

https://github.com/tikv/protobuf-build/blob/a2af09ffc88767196ab33137af01358a6bd81447/src/wrapper.rs#L220

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 avatar Jul 18 '22 01:07 cloutiertyler

Looks like maybe it's only unimplemented for prost?

cloutiertyler avatar Jul 18 '22 01:07 cloutiertyler