]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-2930.rs
Merge commit '39683d8eb7a32a74bea96ecbf1e87675d3338506' into sync_cg_gcc-2022-03-26
[rust.git] / src / tools / rustfmt / tests / target / issue-2930.rs
1 // rustfmt-indent_style: Visual
2 fn main() {
3     let (first_variable, second_variable) = (this_is_something_with_an_extraordinarily_long_name,
4                                              this_variable_name_is_also_pretty_long);
5 }