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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@
22
22
- Prevent panic when rewriting missing spans that contain unicode whitespace chars [#5739](https://github.com/rust-lang/rustfmt/issues/5739)
23
23
- Allow `NotADirectory` errors when looking up rustfmt configuration files [#6624](https://github.com/rust-lang/rustfmt/pull/6624)
24
24
- Prevent panic when sorting imports starting with a `_` for `style_edition=2015|2018|2021`[#6668](https://github.com/rust-lang/rustfmt/issues/6668)
25
+
- Properly wrap long `impl trait` function parameters at the `max_width` when setting `style_edition=2027`[#6381](https://github.com/rust-lang/rustfmt/issues/6381)
25
26
26
27
### Changed
27
28
- Stabilize `style_edition=2024` and stabilize the `style_edition` command line option [#6431](https://github.com/rust-lang/rustfmt/pull/6431)[rust-lang/rust#134929](https://github.com/rust-lang/rust/pull/134929)
0 commit comments