summaryrefslogtreecommitdiffstats
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;
}