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

rust: error type refactoring #127

Merged
merged 1 commit into from
May 8, 2020
Merged

rust: error type refactoring #127

merged 1 commit into from
May 8, 2020

Conversation

tony-iqlusion
Copy link
Member

Renames the enum error::Error => error::Kind.

Adds a new error::Error struct which wraps an error::Kind and also carries with it an optional position within a message where an error occurred.

Renames the enum `error::Error` => `error::Kind`.

Adds a new `error::Error` struct which wraps an `error::Kind` and also
carries with it an optional position within a message where an error
occurred.
@tony-iqlusion tony-iqlusion merged commit 222f3f3 into develop May 8, 2020
@tony-iqlusion tony-iqlusion deleted the error-refactor branch May 8, 2020 17:33
tarcieri pushed a commit that referenced this pull request May 11, 2020
Fix leftover `Result<_, Kind>` from #127
tarcieri pushed a commit that referenced this pull request May 11, 2020
Fix leftover `Result<_, Kind>` from #127
@tony-iqlusion tony-iqlusion mentioned this pull request May 21, 2020
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.

1 participant