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
error[E0004]: non-exhaustive patterns: NetworkError::MessageSize not covered
--> /home/rakuja/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasmer-wasix-0.702.0-alpha.3/src/net/mod.rs:376:11
|
376 | match net_error {
| ^^^^^^^^^ pattern NetworkError::MessageSize not covered
|
note: NetworkError defined here
--> /home/rakuja/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/virtual-net-0.702.0-rc.1/src/lib.rs:817:1
|
817 | pub enum NetworkError {
| ^^^^^^^^^^^^^^^^^^^^^
...
863 | MessageSize,
| ----------- not covered
= note: the matched value is of type NetworkError
help: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern or an explicit pattern as shown
|
400 ~ NetworkError::UnknownError => Errno::Io,
401 ~ NetworkError::MessageSize => todo!(),
|
For more information about this error, try rustc --explain E0004.
error: could not compile wasmer-wasix (lib) due to 1 previous error
It's another version mismatch, updating all wasmer dependencies fixes it
Reproduction
add pglite-oxide 0.5.1 to a new project or clean the cache
Product area
liboliphaunt
Summary
error[E0004]: non-exhaustive patterns: NetworkError::MessageSize not covered
--> /home/rakuja/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wasmer-wasix-0.702.0-alpha.3/src/net/mod.rs:376:11
|
376 | match net_error {
| ^^^^^^^^^ pattern NetworkError::MessageSize not covered
|
note: NetworkError defined here
--> /home/rakuja/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/virtual-net-0.702.0-rc.1/src/lib.rs:817:1
|
817 | pub enum NetworkError {
| ^^^^^^^^^^^^^^^^^^^^^
...
863 | MessageSize,
| ----------- not covered
= note: the matched value is of type NetworkError
help: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern or an explicit pattern as shown
|
400 ~ NetworkError::UnknownError => Errno::Io,
401 ~ NetworkError::MessageSize => todo!(),
|
For more information about this error, try rustc --explain E0004.
error: could not compile wasmer-wasix (lib) due to 1 previous error
It's another version mismatch, updating all wasmer dependencies fixes it
Reproduction
add pglite-oxide 0.5.1 to a new project or clean the cache
Versions
pglite-oxide 0.5.1