rust/tests/source/configs-where_pred_indent-visual.rs
2017-05-01 15:58:04 +02:00

6 lines
167 B
Rust

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