Closed zjijz closed 2 years ago
I think the root issue here is one of the tasks related to rust#26925. AtomicPtr<T> can still have a debug implementation when T is not itself Debug.
AtomicPtr<T>
T
Debug
This was brought up from doing work on haphazard#32.
I think the root issue here is one of the tasks related to rust#26925.
AtomicPtr<T>
can still have a debug implementation whenT
is not itselfDebug
.This was brought up from doing work on haphazard#32.