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
Would you accept a PR or consider implementing core::error::Error for error types like EncodeError and DecodeError, now that the Error trait is available in core? This would allow no_std crates to wrap the error types as source errors into a Box<dyn Error> for example.
Thank you!
The text was updated successfully, but these errors were encountered:
Yes. Changing the MSRV would force downstream users to replace their compiler toolchain to one that isn't available in Debian, is a huge pain to build independently, which has potentially different behavior, and hasn't even existed for that long.
Would you accept a PR or consider implementing
core::error::Error
for error types likeEncodeError
andDecodeError
, now that theError
trait is available incore
? This would allow no_std crates to wrap the error types as source errors into aBox<dyn Error>
for example.Thank you!
The text was updated successfully, but these errors were encountered: