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