Tracking issue for `style_edition`
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 7k
- Forks
- 1.1k
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 24
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
versionoption with auto-mapping to correspondingstyle_editionvalue - Add
--style-editionflag tocargo-fmtandrustfmt - 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
- #5650 - Design Discussion for
style_edition
Unresolved Questions
- Should the rolling "vNext" variant of
style_editionbe made available on stable? I.e. the current latest formatting-stable version ofstyle_editionwould be2021, where2024would be analogous toversion=Two, so would2024only be available on nightly?
Implementation history
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the unchecked tracking steps for configuration, CLI behavior, and documentation, then read the linked design discussion #5650 and the listed implementation history. A contribution is complete when one scoped style_edition task is implemented, validated, and reflected in the checklist.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100