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 on nom_bufreader::Error #6

Open
roblabla opened this issue Oct 1, 2021 · 0 comments
Open

Implement std::error::Error on nom_bufreader::Error #6

roblabla opened this issue Oct 1, 2021 · 0 comments

Comments

@roblabla
Copy link

roblabla commented Oct 1, 2021

Currently, nom-bufreader's error doesn't implement std::error::Error. This makes it impossible to store in a Box<dyn Error>, and otherwise makes its error handling story not as good as it could be.

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

1 participant