]> git.proxmox.com Git - rustc.git/blob - src/tools/rustfmt/tests/target/alignment_2633/block_style.rs
New upstream version 1.52.1+dfsg1
[rustc.git] / src / tools / rustfmt / tests / target / alignment_2633 / block_style.rs
1 // rustfmt-struct_field_align_threshold: 50
2
3 fn func() {
4 Ok(ServerInformation {
5 name: unwrap_message_string(items.get(0)),
6 vendor: unwrap_message_string(items.get(1)),
7 version: unwrap_message_string(items.get(2)),
8 spec_version: unwrap_message_string(items.get(3)),
9 });
10 }