blob: e20bcec93169683336e838757ab39153a1325106 [file] [log] [blame]
// rustfmt-trailing_comma: Always
fn main() {
let Foo { a, .. } = b;
}