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

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

Open
ehuss opened this issue Jun 14, 2023 · 0 comments
Open

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

ehuss opened this issue Jun 14, 2023 · 0 comments
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
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

No branches or pull requests

1 participant