-   Notifications  You must be signed in to change notification settings 
- Fork 13.9k
Closed
Labels
A-intra-doc-linksArea: Intra-doc links, the ability to link to items in docs by nameArea: Intra-doc links, the ability to link to items in docs by nameC-bugCategory: This is a bug.Category: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
See #78093 for an example:
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 `\]` Metadata
Metadata
Assignees
Labels
A-intra-doc-linksArea: Intra-doc links, the ability to link to items in docs by nameArea: Intra-doc links, the ability to link to items in docs by nameC-bugCategory: This is a bug.Category: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.