rust/tests/target/configs-struct_lit_style-block.rs

10 lines
146 B
Rust
Raw Normal View History

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