-
Notifications
You must be signed in to change notification settings - Fork 102
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
Improve testing of custom derive support for data-carrying enums #1634
Closed
3 tasks done
Tracked by
#671
Labels
blocking-next-release
This issue should be resolved before we release on crates.io
Comments
joshlf
added
the
blocking-next-release
This issue should be resolved before we release on crates.io
label
Sep 10, 2024
This was referenced Sep 10, 2024
github-merge-queue bot
pushed a commit
that referenced
this issue
Sep 19, 2024
Makes progress on #1634
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following up on #879.
Progress
Write tests which ensure that a malicious use can't introduce variables which are not shadowed by our derive-generated code and cause problemsThe text was updated successfully, but these errors were encountered: