summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-5066/with_trailing_comma_always.rs
blob: e20bcec93169683336e838757ab39153a1325106 (plain)
1
2
3
4
5
// rustfmt-trailing_comma: Always

fn main() {
    let Foo { a, .. } = b;
}