mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-01 03:03:40 +00:00
6 lines
189 B
Rust
6 lines
189 B
Rust
// 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);
|
|
}
|