Sign in
◑
Theme
rust
/
rust
/
8662be8340e5e2bc06fe16b7df0a7d02ebdf5e64
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-2930.rs
blob: 962c3e4fe04e299f5db406e42a8bd188a431be99 [
file
]
// 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
);
}