// rustfmt-struct_lit_style: Block // Struct literal-style fn main() { let lorem = Lorem { ipsum: dolor, sit: amet, }; }