mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
10 lines
143 B
Rust
10 lines
143 B
Rust
// rustfmt-struct_lit_width: 10
|
|
// Struct literal-style
|
|
|
|
fn main() {
|
|
let lorem = Lorem {
|
|
ipsum: dolor,
|
|
sit: amet,
|
|
};
|
|
}
|