-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Open
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
In one version of #102169 I was using cfg(doc)
to bring in a use
that one of the intra-doc links needed: 96314f9
But which that worked to make x.py doc
pass, it later failed linkcheck: https://github.com/rust-lang/rust/actions/runs/3111111451/jobs/5043028360
std/collections/struct.VecDeque.html:317: broken intra-doc link - [<code>mem::forget</code>]
std/collections/vec_deque/struct.VecDeque.html:317: broken intra-doc link - [<code>mem::forget</code>]
So I had to go back to a use
with an allow
(f0dc359) to get it to work again.
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.