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

AtomicU64 is not a repr(transparent) u64 #51

Open
Ekleog opened this issue Sep 5, 2019 · 2 comments
Open

AtomicU64 is not a repr(transparent) u64 #51

Ekleog opened this issue Sep 5, 2019 · 2 comments

Comments

@Ekleog
Copy link
Contributor

Ekleog commented Sep 5, 2019

Given I think it is not reasonably possible to make it a repr(transparent) u64 without weird behavior arising, maybe just document this fact somewhere prominent, eg. in the README's Limitations section?

@taiki-e
Copy link
Member

taiki-e commented Apr 25, 2022

Documented in #253, but is not in the readme or crate-level docs.

@hawkw
Copy link
Member

hawkw commented Apr 25, 2022

Yeah, we should probably put a link in the README/lib.rs docs that links to the docs added in #253.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants