mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-18 22:31:03 +00: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,
|
|
};
|
|
}
|