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 #5213 and other related issues. This hopefully won't be an issue for much longer, and in the meantime you can follow #4914 to be informed when let-else support is available.
To prevent this issue for now your best option is to annotate your macro with the #[rustfmt::skip] attribute.
For example, if one runs
rustfmt
on the following rust codeis formatted by indenting
This
parts. Each time one runsrustfmt
,This
parts are indented as much as we want.The text was updated successfully, but these errors were encountered: