Closed
Description
I found this while working on #78093:
error: unresolved link to `use`
--> library/std/src/keyword_docs.rs:23:74
|
23 | /// Other places `as` is used include as extra syntax for [`crate`] and [`use`], or to change
| ^^^^^ the module `std` contains no item named `use`
|
= note: `-D broken-intra-doc-links` implied by `-D warnings`
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
error: unresolved link to `use`
--> library/std/src/keyword_docs.rs:23:74
|
23 | /// Other places `as` is used include as extra syntax for [`crate`] and [`use`], or to change
| ^^^^^ the module `std` contains no item named `use`
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
Not sure how to reproduce; it's probably some weird state issue.
Metadata
Metadata
Assignees
Labels
Area: Messages for errors, warnings, and lintsArea: Intra-doc links, the ability to link to items in docs by nameCategory: This is a bug.Diagnostics: Too much output caused by a single piece of incorrect code.Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable ExampleRelevant to the rustdoc team, which will review and decide on the PR/issue.