-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
rustdoc: Tracking issue for normalizing (evaluating) types in rustdoc-generated docs (-Z normalize-docs) #82692
Copy link
Copy link
Open
Labels
-Znormalize-docsUnstable rustdoc option: Normalize/evaluate types when generating docsUnstable rustdoc option: Normalize/evaluate types when generating docsA-associated-itemsArea: Associated items (types, constants & functions)Area: Associated items (types, constants & functions)C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCS-tracking-design-concernsStatus: There are blocking design concerns.Status: There are blocking design concerns.S-tracking-impl-incompleteStatus: The implementation is incomplete.Status: The implementation is incomplete.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
-Znormalize-docsUnstable rustdoc option: Normalize/evaluate types when generating docsUnstable rustdoc option: Normalize/evaluate types when generating docsA-associated-itemsArea: Associated items (types, constants & functions)Area: Associated items (types, constants & functions)C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCS-tracking-design-concernsStatus: There are blocking design concerns.Status: There are blocking design concerns.S-tracking-impl-incompleteStatus: The implementation is incomplete.Status: The implementation is incomplete.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.
This is a tracking issue for the rustdoc feature
-Z normalize-docs. This normalizes projections like<Vec<T> as IntoIterator>::IntoItertostd::vec::IntoIter<T>in the generated documentation.Note
Tracking issues are used to record the overall progress of implementation.
They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions.
A tracking issue is however not meant for large scale discussion, questions, or bug reports.
Instead, open a dedicated issue for the specific matter or post in the #t-rustdoc Zulip channel.
Discussion comments will get marked as off-topic or deleted.
Repeated discussions on the tracking issue may lead to the tracking issue getting locked.
Steps
<X as Y>::Tfor rustdoc #77467)Unresolved Questions
No unresolved questions known, this is "just hard".
Implementation history
<X as Y>::Tfor rustdoc #77467<X as Y>::Tfor rustdoc" #79469