Sign in
rust
/
rust
/
HEAD
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue-5066
/
with_trailing_comma_always.rs
blob: e20bcec93169683336e838757ab39153a1325106 [
file
] [
log
] [
blame
]
// rustfmt-trailing_comma: Always
fn
main
()
{
let
Foo
{
a
,
..
}
=
b
;
}