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