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: Refer to Result enum from std::result in derive #1

Merged
merged 2 commits into from May 1, 2023

Conversation

ActuallyHappening
Copy link
Contributor

I got a quick error when using syn::* because out exported an enum called Result that took one generic parameter.
When expanding using this library, the outputted macro referred to this Result enum, assuming the enum was from std.

Referring to the Result type from std::result explicitly fixes this error :)

@28Smiles 28Smiles merged commit c3d05d0 into 28Smiles:main May 1, 2023
@28Smiles
Copy link
Owner

28Smiles commented May 1, 2023

thank you

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