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

9 lines
146 B
Rust

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