We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
core::error::Error
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
In the same spirit as #587, we should implement the Error trait for all our other error types (e.g. these ones: https://docs.rs/uefi/latest/uefi/data_types/index.html#enums). This would be gated behind the unstable feature.
Error
unstable
The text was updated successfully, but these errors were encountered:
Implement Error and Display traits for FromStrError
Display
FromStrError
51602d1
For issue rust-osdev#594.
We should be able to remove the unstable feature in 2 months or so. Since Rust 1.65, the trait is part of libcore in stable Rust.
libcore
rust-lang/rust@bf7611d
Correction, this is in the core library but not yet stable.
core
Sorry, something went wrong.
The change needs to be done at least for:
unicode_collation::StrConversionError
No branches or pull requests
In the same spirit as #587, we should implement the
Error
trait for all our other error types (e.g. these ones: https://docs.rs/uefi/latest/uefi/data_types/index.html#enums). This would be gated behind theunstable
feature.The text was updated successfully, but these errors were encountered: