Intra-doc links do not resolve for value keywords #74515
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.
The bug is here:
rust/src/librustdoc/passes/collect_intra_doc_links.rs
Line 1124 in fe98de2
It only checks for types, not for values.
I opened an issue because I'm not quite sure how to fix it:
Res
hasPrimTy
but doesn't seem to have a place for keywords in the value namespace.Originally posted by @jyn514 in #73618
The text was updated successfully, but these errors were encountered: