Rustdoc doesn't follow type aliases in Deref's Target #35295
Labels
C-bug
Category: This is a bug.
T-dev-tools
Relevant to the dev-tools subteam, which will review and decide on the PR/issue.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
The
Methods from Deref<Target=...>
will not appear in the documentation ifDeref
'sTarget
is atype
alias.This works:
This doesn't:
The text was updated successfully, but these errors were encountered: