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
rustfmt doesn't support formatting let-else as the rules for how they should be formatted were not decided until about 2 weeks ago. You can check out rust-lang/style-team#165 (comment) for more details. Support for let-else formatting will be added in a future release.
To be notified when let-else support is added you can follow tracking issue #4914
Does not format the let-else at all, resulting in:
# How to reproduce $ rustfmt .\src\main.rs
Version:
The text was updated successfully, but these errors were encountered: