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
hi thanks for reaching out with the report! rustfmt isn't supposed to visually align anything by default but there's a known bug (#4108) where it not only attempts to do so, but often does so incorrectly. Accordingly I'm going to go ahead and close this and track in #4108 which you may want to subscribe to for updates. As part of addressing the issue we'll add test cases for the snippets you've provided here.
Vec
does allign.Vec
aligns in a strange way.I hypothesise that
rustfmt
is counting bytes not characters.rustfmt --version
:Same behavior under
This bug was originally found by @LunarTulip
The text was updated successfully, but these errors were encountered: