-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Tracking issue for normalizing (evaluating) types in rustdoc-generated docs (-Z normalize-docs
)
#82692
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Add tests for `normalize-docs` overflow errors `@b-naber` do you understand why using `try_normalize_erasing_regions` doesn't silence these cycle errors? Rustdoc isn't emitting them, rustc is aborting before returning an error, even though the function has `try_` in the name. cc rust-lang#82692, rust-lang#91255
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Apart from marking the impl as
S-tracking-impl-incomplete
Footnotes
|
In rust-lang/rfcs#3770 (review) I just wrote: […]
However, [1] (type normalization) is inherently incompatible with [2] (public type alias preservation). I'm currently driving [2] and will block any attempt at stabilizing [1] :P (not that there was any push to do so). This screams "we'd like to have configuration". |
-Z normalize-docs
-Z normalize-docs
)
-Z normalize-docs
)-Z normalize-docs
)
Uh oh!
There was an error while loading. Please reload this page.
This is a tracking issue for the rustdoc feature
-Z normalize-docs
. This normalizes projections like<Vec<T> as IntoIterator>::IntoIter
tostd::vec::IntoIter<T>
in the generated documentation.About tracking issues
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 about a feature.
Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.
Steps
<X as Y>::T
for rustdoc #77467)Unresolved Questions
No unresolved questions known, this is "just hard".
Implementation history
<X as Y>::T
for rustdoc #77467<X as Y>::T
for rustdoc" #79469The text was updated successfully, but these errors were encountered: