Sign in
rust
/
rustfmt
/
refs/heads/subtree
/
.
/
tests
/
target
/
issue-2644.rs
blob: a87e4c0b4feeffb19752d5aaf50fbaf53b3dbf76 [
file
] [
log
] [
blame
]
// rustfmt-max_width: 80
fn
foo
(
e
:
Enum
)
{
match
e
{
Enum
::
Var
{
element1
,
element2
}
=>
{
return
;
}
}
}