-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsT-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.
Description
Location
core::error
Summary
The docs for core::error
contain the following passage:
The following are the primary interfaces of the error system and the responsibilities they cover:
Result
(Propagating, Reacting)- The
Error
trait (Reporting)...
The entry for Result
links to the docs for core::fmt::Result
even though it should actually point to core::result::Result
. The docs for std::error
, however, do correctly link to std::result::Result
in this case, despite using the same markup.
This issue is present on stable, beta, and nightly branches.
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsT-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.