mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-12 23:13:15 +00:00
7 lines
123 B
Rust
7 lines
123 B
Rust
![]() |
// rustfmt-struct_lit_width: 100
|
||
|
// Struct literal-style
|
||
|
|
||
|
fn main() {
|
||
|
let lorem = Lorem { ipsum: dolor, sit: amet };
|
||
|
}
|