]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-5066/with_trailing_comma_always.rs
:arrow_up: rust-analyzer
[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 }