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