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

Fix compilation error in darling_core tests #81

Merged
merged 1 commit into from
Sep 24, 2019

Conversation

robinkrahl
Copy link
Contributor

This patch fixes three compilation errors in the tests for darling_core
by fixing a wrong variable name and replace two calls to Result::ok_err
with Result::map_err. Fixes #80.

This patch fixes three compilation errors in the tests for darling_core
by fixing a wrong variable name and replacing two calls to
Result::ok_err with Result::map_err.  Fixes TedDriggs#80.
@TedDriggs TedDriggs merged commit ab605ec into TedDriggs:master Sep 24, 2019
@TedDriggs
Copy link
Owner

Thanks for the MR!

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.

Tests for darling-core do not compile
2 participants