intra-doc link failed linkchecker when depending on cfg(doc)
#102221
Labels
A-intra-doc-links
Area: Intra-doc links, the ability to link to items in docs by name
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
In one version of #102169 I was using
cfg(doc)
to bring in ause
that one of the intra-doc links needed: 96314f9But which that worked to make
x.py doc
pass, it later failed linkcheck: https://github.com/rust-lang/rust/actions/runs/3111111451/jobs/5043028360So I had to go back to a
use
with anallow
(f0dc359) to get it to work again.The text was updated successfully, but these errors were encountered: