We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
std::error
core::error
ring/src/error.rs
Lines 86 to 87 in 525047a
rust-lang/rust#125951
The text was updated successfully, but these errors were encountered:
We can add a core-error feature flag to ring that will do this, I suppose. Not sure what the use case is.
Sorry, something went wrong.
Well, maybe use case is to not depend on std and be able to use crates like thiserror
This idea seems fine with me, but it'd need to be behind a feature flag because we aren't raising the MSRV yet.
No branches or pull requests
ring/src/error.rs
Lines 86 to 87 in 525047a
rust-lang/rust#125951
The text was updated successfully, but these errors were encountered: