summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/issue-2930.rs
blob: 962c3e4fe04e299f5db406e42a8bd188a431be99 (plain)
1
2
3
4
5
// 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);
}