chipsenkbeil / vimwiki-rs

Rust library and tooling to parse, render, and modify vimwiki text and files.
56 stars 2 forks source link

vimwiki-server does not build #145

Open p00f opened 3 years ago

p00f commented 3 years ago
error[E0004]: non-exhaustive patterns: `Binary(_)` not covered
   --> /home/p00f/.cargo/registry/src/github.com-1ecc6299db9ec823/entity-async-graphql-0.3.2/src/ent/value.rs:26:15
    |
26  |         match value {
    |               ^^^^^ pattern `Binary(_)` not covered
    | 
   ::: /home/p00f/.cargo/registry/src/github.com-1ecc6299db9ec823/async-graphql-value-2.10.2/src/lib.rs:136:5
    |
136 |     Binary(Bytes),
    |     ------ not covered
    |
    = help: ensure that all possible cases are being handled, possibly by adding wildcards or more match arms
    = note: the matched value is of type `async_graphql::Value`

For more information about this error, try `rustc --explain E0004`.
error: could not compile `entity-async-graphql` due to previous error
warning: build failed, waiting for other jobs to finish...
error: failed to compile `vimwiki-server v0.1.0`, intermediate artifacts can be found at `/tmp/cargo-installSnC0UL`