mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-13 09:05:00 +00:00
7 lines
125 B
Rust
7 lines
125 B
Rust
// rustfmt-struct_lit_style: Block
|
|
// Struct literal-style
|
|
|
|
fn main() {
|
|
let lorem = Lorem { ipsum: dolor, sit: amet };
|
|
}
|