]> git.proxmox.com Git - rustc.git/blob - src/tools/rustfmt/tests/target/configs/indent_style/block_struct_lit.rs
New upstream version 1.52.1+dfsg1
[rustc.git] / src / tools / rustfmt / tests / target / configs / indent_style / block_struct_lit.rs
1 // rustfmt-indent_style: Block
2 // Struct literal-style
3
4 fn main() {
5 let lorem = Lorem {
6 ipsum: dolor,
7 sit: amet,
8 };
9 }