if let guard formatting seems to be unsupported in rustfmt:
// This isn't rewritten
fn main() {
match foo {
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa if let Some(bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb) = ccccccccccccccccccccccccccccccccccccccccccccccccc => {}
}
}
cc rust-lang/rfcs#2294 rust-lang/rust#51114
if letguard formatting seems to be unsupported in rustfmt:cc rust-lang/rfcs#2294 rust-lang/rust#51114