Closed
Description
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 unsafe as_mut
.