In https://doc.rust-lang.org/nightly/std/io/struct.IoSlice.html#method.as_ptr, the link to `as_mut_ptr` is broken. Even though there is `as_mut_ptr` item in the sidebar. This maybe one reason make #32129 happens.
In https://doc.rust-lang.org/nightly/std/io/struct.IoSlice.html#method.as_ptr, the link to
as_mut_ptris broken.Even though there is
as_mut_ptritem in the sidebar.This maybe one reason make #32129 happens.