rust/tests/target/configs-fn_call_width-zero.rs
2017-11-04 22:46:40 +09:00

9 lines
115 B
Rust

// rustfmt-fn_call_width: 0
// rustfmt-fn_call_indent: block
// #1508
fn a() {
let x = f(
y,
);
}