Tracking Issue for Rust 2024: rustfmt assignment operators rhs indentation #132380
Open
2 of 4 tasks
Labels
A-edition-2024
Area: The 2024 edition
A-rustfmt
Area: Rustfmt
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
I-style-nominated
Nominated for discussion during a style team meeting.
S-tracking-impl-incomplete
Status: The implementation is incomplete.
T-style
Relevant to the style team, which will review and decide on the PR/issue.
This is a tracking issue for changing the indentation level used in formatting assignment/op expressions where the left hand side expression has to be formatted across multiple lines, with the style/formatting changing to indent the right hand side expression relative to the last line of the left hand side expression
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
Unresolved Questions
None.
Implementation history
cc @rust-lang/rustfmt @rust-lang/style
The text was updated successfully, but these errors were encountered: