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