-
-
Notifications
You must be signed in to change notification settings - Fork 15k
rustdoc: Can't click any links in methods that use details #91184
Copy link
Copy link
Closed
Labels
A-rustdoc-uiArea: Rustdoc UI (generated HTML)Area: Rustdoc UI (generated HTML)C-bugCategory: This is a bug.Category: This is a bug.P-criticalCritical priorityCritical priorityT-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.regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.
Milestone
Metadata
Metadata
Assignees
Labels
A-rustdoc-uiArea: Rustdoc UI (generated HTML)Area: Rustdoc UI (generated HTML)C-bugCategory: This is a bug.Category: This is a bug.P-criticalCritical priorityCritical priorityT-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.regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.
Type
Fields
Give feedbackNo fields configured for issues without a type.
For example, I can't click any links (i.e., when I click them, nothing happens) in this method's header. Likewise, I can't click any links for
make_async_expr, but I can click links inwrap_in_try_constructor, which has nodetailstag.This same behavior occurs in the
stddocs, though everystdmethod is documented and thus has adetailstag, so there's no comparison to non-detailsmethods.This is a regression in nightly 1.58.0. I'm using Safari on macOS; I don't know if this reproduces on other browsers.