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

reconsider use of nightly c_size_t #3

Open
ModProg opened this issue Jun 20, 2023 · 1 comment
Open

reconsider use of nightly c_size_t #3

ModProg opened this issue Jun 20, 2023 · 1 comment

Comments

@ModProg
Copy link

ModProg commented Jun 20, 2023

as c_size_t is an alias to usize on all platforms currently (https://doc.rust-lang.org/beta/core/ffi/type.c_size_t.html) it probably doesn't make sense to be nightly only just because of having this unstable feature enabled.

@ModProg
Copy link
Author

ModProg commented Jun 20, 2023

This could be remedied by just having a type c_size_t = usize in the crate root, and replace it as soon as c_size_t is stabilized.

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

1 participant