rust-ipfs icon indicating copy to clipboard operation
rust-ipfs copied to clipboard

Build fails because of new protobuf error MessageNotInitialized

Open wscott opened this issue 7 years ago • 0 comments

Build currently fails.

$ cargo build
   Compiling ipfs v0.0.1 (file:///home/wscott/Documents/rust/rust-ipfs)
error[E0004]: non-exhaustive patterns: `MessageNotInitialized { .. }` not covered
   --> src/crypto/public_key.rs:171:15
    |
171 |         match err {
    |               ^^^ pattern `MessageNotInitialized { .. }` not covered

error: aborting due to previous error

error: Could not compile `ipfs`.

To learn more, run the command again with --verbose.

It appears protobuf added a new failure type.

wscott avatar Jan 05 '17 12:01 wscott