Sign in
◑
Theme
rust
/
rust
/
eaeca72bfb2c46d87677142b8d5ab122309b195c
/
.
/
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
=>
{
//
}
}
}