Closed
Description
The page for pointers contains impls for both *const
and *mut
but the links to their methods are not disambiguated by pointer type, so http://doc.rust-lang.org/nightly/std/primitive.pointer.html#method.as_ref is used for the anchor of both as_ref
methods.