10 lines
114 B
Rust
10 lines
114 B
Rust
|
// rustfmt-fn_call_width: 0
|
||
|
// rustfmt-fn_call_style: block
|
||
|
|
||
|
// #1508
|
||
|
fn a() {
|
||
|
let x = f(
|
||
|
y,
|
||
|
);
|
||
|
}
|