Open
Description
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 correspondingstyle_edition
value - Add
--style-edition
flag tocargo-fmt
andrustfmt
- 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
Associated Issues/Discussions
- Design Discussion for
style_edition
Configuration in rustfmt #5650 - Design Discussion forstyle_edition
Unresolved Questions
- Should the rolling "vNext" variant of
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
Metadata
Metadata
Assignees
Labels
No labels