-
Notifications
You must be signed in to change notification settings - Fork 933
Closed
Labels
blockedBlocked on rustc, an RFC, etc.Blocked on rustc, an RFC, etc.
Description
if let
guard formatting seems to be unsupported in rustfmt:
// This isn't rewritten
fn main() {
match foo {
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa if let Some(bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb) = ccccccccccccccccccccccccccccccccccccccccccccccccc => {}
}
}
Metadata
Metadata
Assignees
Labels
blockedBlocked on rustc, an RFC, etc.Blocked on rustc, an RFC, etc.