]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-5066/with_trailing_comma_always.rs
Auto merge of #86988 - thomcc:chunky-splitz-says-no-checking, r=the8472
[rust.git] / src / tools / rustfmt / tests / target / issue-5066 / with_trailing_comma_always.rs
1 // rustfmt-trailing_comma: Always
2
3 fn main() {
4     let Foo { a, .. } = b;
5 }