Make GcRaw<T>
store a std::ptr::NonNull<GcMem<T>>
instead of *const GcMem<T>
#145
Labels
GcRaw<T>
store a std::ptr::NonNull<GcMem<T>>
instead of *const GcMem<T>
#145
This would let
Option<T>
use the null pointer as aNone
discriminant.The text was updated successfully, but these errors were encountered: