Sign in
rust
/
rustfmt
/
refs/heads/libsyntax
/
.
/
tests
/
source
/
chains-indent-visual.rs
blob: 7e7f0558ffe5b95f89807f80a62c5bd773b29c8a [
file
] [
log
] [
blame
]
// rustfmt-chain_indent: Visual
fn
test
()
{
let
x
=
my_long_function
().
my_even_longer_function
().
my_nested_function
().
some_random_name
().
another_function
().
do_it
();
}