Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate this crate when Rust 1.81 is released? #8

Open
tony-iqlusion opened this issue Aug 26, 2024 · 0 comments
Open

Deprecate this crate when Rust 1.81 is released? #8

tony-iqlusion opened this issue Aug 26, 2024 · 0 comments

Comments

@tony-iqlusion
Copy link

Rust 1.81 will stabilize the error_in_core feature: https://releases.rs/docs/1.81.0/#1810-beta

This will make the Error trait stable as core::error::Error: https://doc.rust-lang.org/beta/core/error/trait.Error.html

I believe this crate's raison d'etre was working around the unavailability of this trait in no_std contexts. Now it should be possible to use the Error trait ubiquitously regardless of if std is available or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@tony-iqlusion and others