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