summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/configs/indent_style/block_where_pred.rs
blob: 450491f02705e39a1a8355bca09568c849f68fe1 (plain)
1
2
3
4
5
6
// rustfmt-indent_style: Block
// Where predicate indent

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