Docs for pointer as_ref
links to wrong as_mut
#96327
Labels
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
Nightly: https://doc.rust-lang.org/nightly/std/primitive.pointer.html#method.as_ref-1
Stable: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref-1
The link in "For the mutable counterpart see as_mut" goes to the experimental safe
as_mut
from #92675 while I think it intends to go to the stable unsafeas_mut
.The text was updated successfully, but these errors were encountered: