index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue-5066
/
with_trailing_comma_never.rs
blob: 8b95bb137bca30bba4fae1c65c0742f72a286d3c (
plain
)
1
2
3
4
5
// rustfmt-trailing_comma: Never
fn
main
()
{
let
Foo
{
a
,
..
}
=
b
;
}