-
Notifications
You must be signed in to change notification settings - Fork 189
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
Use [repr(transparent)] instead of [repr(C)] #72
Comments
We will switch to it when it is on stable. |
It should be stable in 1.28 though. |
It's stabilized on 1.28 but the stable branch is 1.26 currently. |
I believe it is 1.27 (at least that's what |
Oh, right. However, not 1.28 though :) |
It's time. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since
[repr(transparent)]
is now stabilized you may consider to use it instead of[repr(C)]
for the handles (here and here).I'd do a PR if you want. This could also be enabled with a feature.
The text was updated successfully, but these errors were encountered: