-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Rustdoc does not add tooltips for reference links #89246
Copy link
Copy link
Closed
Labels
A-markdown-parsingArea: Markdown parsing for doc-commentsArea: Markdown parsing for doc-commentsC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-markdown-parsingArea: Markdown parsing for doc-commentsArea: Markdown parsing for doc-commentsC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
In general, links generated by rustdoc do have a tooltip.
E.g. something like
will come with a tooltip
Whereas (unfortunately) the following alternative
creates almost the same documentation, just lacking the tooltip.
Originally posted by @steffahn in #88343 (comment)