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

Implement std::error::Error for Error type. #34

Merged
merged 1 commit into from
Aug 24, 2021

Conversation

danielverkamp
Copy link
Collaborator

This allows our custom Error type to be used in places where a standard
Error is required (e.g. Box).

Signed-off-by: Daniel Verkamp dverkamp@chromium.org

This allows our custom Error type to be used in places where a standard
Error is required (e.g. Box<Error>).

Signed-off-by: Daniel Verkamp <dverkamp@chromium.org>
@andreeaflorescu andreeaflorescu merged commit eb345a5 into rust-vmm:master Aug 24, 2021
@danielverkamp danielverkamp deleted the impl-std-error branch August 24, 2021 20:04
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

Successfully merging this pull request may close these issues.

3 participants