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 file this bug not because the output is bad style (it is, but that is the purpose of #4914 to figure out), but because the rustfmt output from running it once is not a fixpoint.
The text was updated successfully, but these errors were encountered:
The following macro makes rustfmt as of nightly do bad formatting:
If you run it once, it moves the panic and the
};
one indentation level to the right:This process is continued, until you reach this fixpoint:
I file this bug not because the output is bad style (it is, but that is the purpose of #4914 to figure out), but because the rustfmt output from running it once is not a fixpoint.
The text was updated successfully, but these errors were encountered: