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

Make GcRaw<T> store a std::ptr::NonNull<GcMem<T>> instead of *const GcMem<T> #145

Open
liquidev opened this issue Feb 4, 2023 · 0 comments

Comments

@liquidev
Copy link
Member

liquidev commented Feb 4, 2023

This would let Option<T> use the null pointer as a None discriminant.

@liquidev liquidev modified the milestones: 0.8.0, Post-0.8.0 housekeeping Feb 4, 2023
@liquidev liquidev removed this from the 0.8.1 milestone Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant