rust/tests/source/configs-struct_lit_style-block.rs
2017-05-01 15:58:04 +02:00

7 lines
125 B
Rust

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