6 lines
75 B
Rust
6 lines
75 B
Rust
// rustfmt-trailing_comma: Never
|
|
|
|
fn main() {
|
|
let Foo { a, .. } = b;
|
|
}
|