-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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
Description
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 in wrap_in_try_constructor
, which has no details
tag.
This same behavior occurs in the std
docs, though every std
method is documented and thus has a details
tag, so there's no comparison to non-details
methods.
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.
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.