Skip to content

rustdoc: broken links to rand from std #26471

Closed
@durka

Description

@durka

If you go to a place in the libstd docs that references the rand crate, such as here, all the links (1, 2, 3) are broken. Looks like they need an extra "/rand/" in the URL. The same problem occurs in the nightly docs (not sure what the correct URL is for those, though).

Since these links to trait impls are auto-generated by rustdoc, I'm assuming this is a bug in rustdoc, not just a typo in the documentation. Or it has something to do with the rand code existing in libstd but also librand.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions