summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/configs/indent_style/default.rs
blob: f08f5c64460a7c7c4c818e6d7d745f9bedadbaaa (plain)
1
2
3
4
5
6
// rustfmt-indent_style: Visual
// Where style

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