Do not use relative path in rustc doc #124028
Labels
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
C-bug
Category: This is a bug.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Uh oh!
There was an error while loading. Please reload this page.
We have some relative links in doc, e.g., the link of
qpath_res
in the comments forQPath
:but we will get the
Not Found
page if we click it in https://doc.rust-lang.org/stable/nightly-rustc/rustc_hir/enum.QPath.html, which is re-exported.So I think we can fix this by two ways:
but for the second option, we may have private middle mods, so it may be not a solution.
The text was updated successfully, but these errors were encountered: