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
Now that the PtrExt and MutPtrExt traits were removed in favor of inherent implementations (#23104), this bug means that methods on raw pointers are not documented anywhere.
E.g. there's no http://doc.rust-lang.org/master/std/uint/primitive.uint.html for
*const
or*mut
.The text was updated successfully, but these errors were encountered: