]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/binop-separator-back/patterns.rs
Merge commit '39683d8eb7a32a74bea96ecbf1e87675d3338506' into sync_cg_gcc-2022-03-26
[rust.git] / src / tools / rustfmt / tests / target / binop-separator-back / patterns.rs
1 // rustfmt-binop_separator: Back
2
3 fn main() {
4     match val {
5         ThisIsA::ReallyLongPatternNameToHelpOverflowTheNextValueOntoTheNextLine |
6         ThisIsA::SecondValueSeparatedByAPipe |
7         ThisIsA::ThirdValueSeparatedByAPipe => {
8             //
9         }
10     }
11 }