-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Broken links in String documentation from Deref impl #32129
Copy link
Copy link
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-dev-toolsRelevant to the dev-tools subteam, which will review and decide on the PR/issue.Relevant to the dev-tools subteam, which will review and decide on the PR/issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-dev-toolsRelevant to the dev-tools subteam, which will review and decide on the PR/issue.Relevant to the dev-tools subteam, which will review and decide on the PR/issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
There are a bunch of links in the
Stringdocumentation page which are broken. The reason for this is that most links are drawn from the documentation of thestrtype at/std/primitive.str.htmlbut theStringpage is located at/std/string/struct.String.html. This mismatch in depth of paths causes a number of broken links, for example on theString::splitmethod.Not sure of the best way to fix this, but needs a tracking issue.