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

Workaround an upstream nom bug #1338

Merged
merged 1 commit into from
Mar 13, 2019
Merged

Conversation

alexcrichton
Copy link
Contributor

This commit works around rust-bakery/nom#843 where the API of the nom crate
changes based on feature selection, meaning we need to be compatible
even if another crate in the crate graph enables a feature.

Ideally this'd be fixed in upstream nom, and it looks like it will in
the next major version! For now a local catch-all directive should help
out.

This commit works around rust-bakery/nom#843 where the API of the `nom` crate
changes based on feature selection, meaning we need to be compatible
even if another crate in the crate graph enables a feature.

Ideally this'd be fixed in upstream `nom`, and it looks like it will in
the next major version! For now a local catch-all directive should help
out.
@thavlik
Copy link

thavlik commented Mar 12, 2019

Thanks for fixing this so quickly!

@alexcrichton alexcrichton merged commit 4cda18f into rustwasm:master Mar 13, 2019
@alexcrichton alexcrichton deleted the fix-nom branch March 13, 2019 14:48
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.

None yet

2 participants