rust/tests/source/configs/indent_style/rfc_where.rs

7 lines
150 B
Rust

// rustfmt-indent_style: Block
// Where style
fn lorem<Ipsum, Dolor, Sit, Amet>() -> T where Ipsum: Eq, Dolor: Eq, Sit: Eq, Amet: Eq {
// body
}