You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was frankly always somewhat confusing even when it amounted to solely the sometimes-identically-named *const T and *mut T methods, but has recently become IMO borderline unnavigable due to the further addition of the methods from *const [T] and *mut [T].
If at all possible, it seems like it would ultimately be good overall to get rustdoc rendering "primitives" in the same separate manner that it does user-defined structs.