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