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 EnumIter macro code generation #287

Merged
merged 2 commits into from
Jul 29, 2023

Conversation

kraktus
Copy link
Contributor

@kraktus kraktus commented Jul 26, 2023

close #284

I've added test for same kind of mistakes to all trait, let me know if you think it's too much, but at the same time it was quite easy to do.

Avoiding local core modules to break the macro-generated code.

Currently failing due to issue with `EnumIter` macros.
@Peternator7
Copy link
Owner

looks good to me. Thanks for the fix!

@Peternator7 Peternator7 merged commit fd519ec into Peternator7:master Jul 29, 2023
@Peternator7
Copy link
Owner

Peternator7 commented Aug 6, 2023

Just published 0.25.2 of strum_macros with this fix. Thanks again!

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.

could not find fmt in core when upgrading to 0.25
2 participants