Skip to content

Incorrect Result reference in core::error. #134169

Closed
@bjoernager

Description

@bjoernager

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

No one assigned

    Labels

    A-docsArea: 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.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions