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 reaching out. This is a duplicate of #5503.
The reason for the infinite indentation is that we haven't landed support for let-else in rustfmt yet. You can subscribe to #5690 for updates on when that work is done.
In the meantime you might want to use #[rustfmt::skip] to prevent rustfmt from messing with the formatting.
This what rustfmt produces when I run the code formatting
The text was updated successfully, but these errors were encountered: