Closed
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.