-
Notifications
You must be signed in to change notification settings - Fork 889
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
[unstable option] normalize_doc_attributes #3351
Comments
Are there issues that block stabilization of the feature? |
Stable `rustfmt` does not support normalizing doc attributes: rust-lang/rustfmt#3351 So, we "normalize" them ourselves by rendering `///`.
Stable `rustfmt` does not support normalizing doc attributes: rust-lang/rustfmt#3351 So, we "normalize" them ourselves by rendering `///`.
Stable `rustfmt` does not support normalizing doc attributes: rust-lang/rustfmt#3351 So, we "normalize" them ourselves by rendering `///`.
bump I'd be very interested to have this stabilized. |
I'd like to see this stabilised. When autogenerating source code, Having this stabilised would allow codegen to use '#[doc(...)]` but humans not have to deal with it in the generated output. |
@jonathanpallant you can find more details about the configuration stabilization process here. We're not quite ready to stabilize this option just yet. @burrbull thanks for linking that issue. Here's another I was able to find in the issue tracker (#4879). There may be other issues so it would be a great help if anyone who's interested in having this stabilized could track those down and cross link them here. Verifying whether old issues are unresolved or opening PRs for them also goes a long way if anyone has the bandwidth and interest! |
Tracking issue for unstable option: normalize_doc_attributes
The text was updated successfully, but these errors were encountered: