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
::httparse::Error impls ::std::error::Error under the std feature flag when it could impl ::core::error::Error without a feature flag, and support errors without std flag.
Only downside is that this could potentially require MSRV bump - I don't know what the current MSRV is but ::core::error::Error was stabilized in 1.81.0.