rust/tests/target/issue-5066/with_trailing_comma_always.rs

6 lines
76 B
Rust

// rustfmt-trailing_comma: Always
fn main() {
let Foo { a, .. } = b;
}