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
Are you using the latest version of rustfmt? We've fixed this bug in the past (several times), it's possible this is a new instance, but could just be out of date
So I just did an update and the current rustfmt introduces the issue as well. I think last time I updated was 1-2 days ago - I would say yesterday but I can't tell for sure, I should have written the version before updating... In any case, that version also had the bug.
250 errors of the form:
Small snippet before:
Small snippet after:
Looks like that trailing comma might be at fault. In particular,
blend4!
is:Code before:
Code after:
The text was updated successfully, but these errors were encountered: