mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-24 12:54:00 +00:00
10 lines
115 B
Rust
10 lines
115 B
Rust
// rustfmt-fn_call_width: 0
|
|
// rustfmt-fn_call_indent: block
|
|
|
|
// #1508
|
|
fn a() {
|
|
let x = f(
|
|
y,
|
|
);
|
|
}
|