summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/configs/indent_style/visual_where_pred.rs
blob: 055806b68629e18a4808c87e96b092fda68c4faf (plain)
1
2
3
4
5
6
// rustfmt-indent_style: Visual
// Where predicate indent

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