linkchecker is not catching some broken links #80175
Labels
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
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:
rust/library/alloc/src/slice.rs
Line 671 in 50a9097
rust/library/alloc/src/slice.rs
Line 706 in 50a9097
Caught by cargo-deadlinks: deadlinks/cargo-deadlinks#133 (comment)
The text was updated successfully, but these errors were encountered: