Skip to content

error in libstd docs when trying to examine method on extension to type outside of the target module #11800

@olsonjeffery

Description

@olsonjeffery

Go to this point in the docs and click on is_dir. It results in an S3 error. I'm guessing this is because it's for a impl against path::Path, but because it's in std::io::fs it is choking. So the doc metadata is there, but something is missing? the mention of an extension for Path is missing std::io::fs, as well (actually that's not entirely true.. it's mentioned in the last paragraph of the intro-doc for the module).

Is this an already known issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-rustdocRelevant to the rustdoc 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