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

std::error::Error is now implemented #6

Closed
ngirard opened this issue Mar 28, 2020 · 1 comment
Closed

std::error::Error is now implemented #6

ngirard opened this issue Mar 28, 2020 · 1 comment

Comments

@ngirard
Copy link

ngirard commented Mar 28, 2020

Hey, thank you for your efforts in creating this tutorial, much appreciated !

You may want to take into account that std::error::Error and std::fmt::Display traits were recently implemented for nom::Err and already made available in the subsequent releases.

Cheers!

@benkay86
Copy link
Owner

benkay86 commented Apr 2, 2020

Thank you for pointing this out. This is definitely going to make all my nom coding a lot easier! I have updated the tutorial to remove the ParseError type for encapsulating nom errors since it is no longer necessary.

@benkay86 benkay86 closed this as completed Apr 2, 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

No branches or pull requests

2 participants