-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken links of &mut self
in Deref sections
#74083
Comments
JohnTitor
added
C-bug
Category: This is a bug.
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
labels
Jul 6, 2020
Maybe if there are no
|
What would be sensible way to deal with |
JohnTitor
added
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
and removed
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
labels
Jul 7, 2020
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
Jul 9, 2020
Hide `&mut self` methods from Deref in sidebar if there are no `DerefMut` impl for the type. This partially addresses rust-lang#74083.
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
Jul 9, 2020
Hide `&mut self` methods from Deref in sidebar if there are no `DerefMut` impl for the type. This partially addresses rust-lang#74083.
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
Jul 9, 2020
Hide `&mut self` methods from Deref in sidebar if there are no `DerefMut` impl for the type. This partially addresses rust-lang#74083.
triage: such items are now hidden from the "methods from Deref" section, and the link is no longer broken. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: