Skip to content

linkchecker is not catching some broken links #80175

Open
@jyn514

Description

@jyn514

https://doc.rust-lang.org/nightly/std/primitive.slice.html#method.concat-2 links to https://doc.rust-lang.org/std/primitive.slice.html#method.concat, which does not exist in the build directory, only on the website itself (it's linking to the stable docs instead of nightly).

Source code:

/// Helper trait for [`[T]::concat`](../../std/primitive.slice.html#method.concat).
,
/// Implementation of [`[T]::concat`](../../std/primitive.slice.html#method.concat)

Caught by cargo-deadlinks: deadlinks/cargo-deadlinks#133 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsA-testsuiteArea: The testsuite used to check the correctness of rustcC-bugCategory: This is a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions