rust/tests/source/configs-where_pred_indent-block.rs

7 lines
166 B
Rust
Raw Normal View History

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