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
Compiling poem-openapi-derive v4.0.0
error[E0658]: use of unstable library feature 'io_error_other'
--> /home/nex/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poem-2.0.0/src/request.rs:135:37
|
135 | body: Body(body.map_err(Error::other).boxed()),
| ^^^^^^^^^^^^
|
= note: see issue #91946 <https://github.com/rust-lang/rust/issues/91946> for more information
For more information about this error, try `rustc --explain E0658`.
error: could not compile `poem` (lib) due to previous error
Steps to Reproduce the Problem
Install Cargo on Ubuntu 22.04 host via OpenVZ
clone any project that depends on poem directly or indirectly.
run cargo build with or without --release
Specifications
Version: 2.0.0
Platform: Linux Ubuntu 22.04 (OpenVZ)
Subsystem: poem
The text was updated successfully, but these errors were encountered:
Totally my fault here, I set rust-version = "1.74" in my cargo.toml and tried to compile on my VPS. This lead me to find out my rust install was broken with two different installs causing version issues. Basically I had a rust version lower than 1.74.
Expected Behavior
Succesfull compile
Actual Behavior
Fails to compile
Steps to Reproduce the Problem
cargo build
with or without--release
Specifications
The text was updated successfully, but these errors were encountered: