Skip to content

Primitive representations don't allow 128-bit types #1368

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

Open
ehuss opened this issue Jun 14, 2023 · 0 comments · May be fixed by rust-lang/rust#138285
Open

Primitive representations don't allow 128-bit types #1368

ehuss opened this issue Jun 14, 2023 · 0 comments · May be fixed by rust-lang/rust#138285
Labels
A-type-layout Area: type layout

Comments

@ehuss
Copy link
Contributor

ehuss commented Jun 14, 2023

repr(i128) and repr(u128) are currently not allowed on enums. However the Primitive representations section does not explain that.
cc rust-lang/rust#56071

@ehuss ehuss added the A-type-layout Area: type layout label Jun 14, 2023
@ehuss ehuss linked a pull request Apr 2, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-type-layout Area: type layout
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant