Sign in
rust
/
rustfmt
/
refs/heads/libsyntax
/
.
/
tests
/
source
/
configs-fn_call_width-zero.rs
blob: ee79c4ce80552947282ca2e79feaa0e3d1e7fad3 [
file
] [
log
] [
blame
]
// rustfmt-fn_call_width: 0
// rustfmt-fn_call_style: block
// #1508
fn
a
()
{
let
x
=
f
(
y
);
}