You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tracking issue for the rustfmt specifics of implementing/supporting RFC 3338, Style Evolution
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 link to this issue
Steps
Create new configuration option style_edition
Soft deprecate version option with auto-mapping to corresponding style_edition value
Add --style-edition flag to cargo-fmt and rustfmt
Update configuration mechanism to support varying option availability, stability, and default values based on style_edition
Update CLIs (cargo-fmt & rustfmt) to support varying surface of option/arg availability and stability
Update configuration documentation approaches to delineate by style edition
Should the rolling "vNext" variant of style_edition be made available on stable? I.e. the current latest formatting-stable version of style_edition would be 2021, where 2024 would be analogous to version=Two, so would 2024 only be available on nightly?
Implementation history
The text was updated successfully, but these errors were encountered:
Tracking issue for the rustfmt specifics of implementing/supporting RFC 3338, Style Evolution
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 link to this issue
Steps
style_edition
version
option with auto-mapping to correspondingstyle_edition
value--style-edition
flag tocargo-fmt
andrustfmt
style_edition
cargo-fmt
&rustfmt
) to support varying surface of option/arg availability and stabilityAssociated Issues/Discussions
style_edition
Configuration in rustfmt #5650 - Design Discussion forstyle_edition
Unresolved Questions
style_edition
be made available on stable? I.e. the current latest formatting-stable version ofstyle_edition
would be2021
, where2024
would be analogous toversion=Two
, so would2024
only be available on nightly?Implementation history
The text was updated successfully, but these errors were encountered: