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
Thanks for the report. I'm fairly certain that this is a duplicate of #6357.
If you're using a nightly rustfmt and you don't mind your autogenerated files not being formatted you can add a //@generated comment to the top of the file and set format_generated_files=false. rustfmt will ignore these files and the process won't take forever to run.
I have an auto-gen artifact such as this:
fmt runs forever!
but if you reduce some characters from some variable names, it runs instantly.
The text was updated successfully, but these errors were encountered: