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

std::mem::zeroed is unimplemented for enums #7249

Open
jfecher opened this issue Jan 31, 2025 · 0 comments · May be fixed by #7252
Open

std::mem::zeroed is unimplemented for enums #7249

jfecher opened this issue Jan 31, 2025 · 0 comments · May be fixed by #7252
Assignees
Labels
enhancement New feature or request

Comments

@jfecher
Copy link
Contributor

jfecher commented Jan 31, 2025

Problem

std::mem::zeroed is unimplemented for enums

Happy Case

Implement std::mem::zeroed for enums. Possibly arbitrarily choosing the first enum variant since that will have tag 0.

Workaround

None

Workaround Description

No response

Additional Context

No response

Project Impact

None

Blocker Context

No response

Would you like to submit a PR for this Issue?

None

Support Needs

No response

@jfecher jfecher added the enhancement New feature or request label Jan 31, 2025
@jfecher jfecher self-assigned this Jan 31, 2025
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Noir Jan 31, 2025
@jfecher jfecher linked a pull request Jan 31, 2025 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Backlog
Development

Successfully merging a pull request may close this issue.

1 participant