rustdoc shows self::
path in a warning when crate::
was used
#94924
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 following code currently produces the following warning:
Note that the warning says "unresolved link to
self::DoesNotExist
" even though the code mentionscrate::DoesNotExist
@rustbot label +T-rustdoc +A-intra-doc-links
Meta
rustdoc --version --verbose
:The text was updated successfully, but these errors were encountered: