You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chansuke opened this issue
Dec 24, 2022
· 1 comment
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsT-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
This seems relevant to #74481 and #63944. As rustc_hir doesn't depend on rustc_middle it can't have links generated dynamically, so a relative path is used to get to the path above the crate root, then into rustc_middle.
This means that if the documentation is rendered on any other page the relative traversal is wrong.
EDIT: Actually, #94336 seems to be close to the specific issue here.
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsT-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
Location
https://doc.rust-lang.org/beta/nightly-rustc/rustc_hir/enum.ExprKind.html#variant.MethodCall
https://doc.rust-lang.org/beta/nightly-rustc/rustc_hir/enum.QPath.html
Summary
Not found on some of the method link under
rustc_hir/enum
page, for example,type_dependent_def_id
on rustc_hir/enum.ExprKindbut it's available under
rustc_hir/hir/enum.ExprKind.
The text was updated successfully, but these errors were encountered: