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
One thing I'm missing in the referenced issue is why Version=Two scheme was necessitated? Is there a writeup on this somewhere? Could that be linked from a message (ideally the first one) in the referenced issue?
@nagisa I tracked this down to #4994, and we needed version=Two because it would have been a breaking change to introduce this to all users at the time. See #4994 (comment). It's almost always the case that when version=Two is needed to introduce a formatting fix it's to avoid breaking stable formatting.
Consider following code:
playground
Rustfmt will put the whole pattern on a single line, even though it well exceeds the 100 columns rustfmt should target.
The text was updated successfully, but these errors were encountered: