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
P.S. As a startup company, we are building our complete backend on top of Poem. We are very grateful of and impressed by the niceties and power of the Poem framework, so thanks Sunli and all the contributors. If we managed to launch successfully, we are happy to be listed as a showcase of the Poem framework, but that is a thing for the future :P .
The text was updated successfully, but these errors were encountered:
Expected Behavior
poem=2.0.0
builds on latest stable Rust.Actual Behavior
A single use of #
std::io::Error::other
atpoem/poem/src/endpoint/tower_compat.rs
Line 69 in e2a7c6e
prevents the build on stable. See rust-lang/rust#91946
Steps to Reproduce the Problem
Build with latest stable Rust (1.75.0)
Potential fix
use
instead.
P.S. As a startup company, we are building our complete backend on top of Poem. We are very grateful of and impressed by the niceties and power of the Poem framework, so thanks Sunli and all the contributors. If we managed to launch successfully, we are happy to be listed as a showcase of the Poem framework, but that is a thing for the future :P .
The text was updated successfully, but these errors were encountered: