summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/configs/indent_style/rfc_where.rs
blob: 012840be28dccb7bba867e2d26d0073de836f6e9 (plain)
1
2
3
4
5
6
// rustfmt-indent_style: Block
// Where style

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