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
I just upgraded from 2019-03-22 to 2019-09-03, and rustfmt seems to have changed how it handles macro calls. It rewraps the following lines into a single line and then complains about "line formatted, but exceeded maximum width". I tried adding line breaks or braces to avoid the error but of course it formats them away.
I just upgraded from 2019-03-22 to 2019-09-03, and rustfmt seems to have changed how it handles macro calls. It rewraps the following lines into a single line and then complains about "line formatted, but exceeded maximum width". I tried adding line breaks or braces to avoid the error but of course it formats them away.
I have a few other similar issues, and all of them occur when the body of a match branch is a single macro call.
Looks related to #3721.
The text was updated successfully, but these errors were encountered: