blob: 962c3e4fe04e299f5db406e42a8bd188a431be99 [file] [log] [blame] [edit]
// rustfmt-indent_style: Visual
fn main() {
let (first_variable, second_variable) = (this_is_something_with_an_extraordinarily_long_name,
this_variable_name_is_also_pretty_long);
}