mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-05 20:34:52 +00:00
6 lines
172 B
Rust
6 lines
172 B
Rust
// rustfmt-indent_style: Visual
|
|
|
|
fn test() {
|
|
let x = my_long_function().my_even_longer_function().my_nested_function().some_random_name().another_function().do_it();
|
|
}
|