You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
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`
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: