Sign in
rust
/
rust
/
b826d06771663b97d1ae54186a8f6e32b6ec2469
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
binop-separator-back
/
patterns.rs
blob: a8c3b5cdd9b16ba73b84ae589af7983cd932cf44 [
file
]
// rustfmt-binop_separator: Back
fn
main
()
{
match
val
{
ThisIsA
::
ReallyLongPatternNameToHelpOverflowTheNextValueOntoTheNextLine
|
ThisIsA
::
SecondValueSeparatedByAPipe
|
ThisIsA
::
ThirdValueSeparatedByAPipe
=>
{
//
}
}
}