]> git.lizzy.rs Git - rust.git/blob - tests/target/configs-where_style-default.rs
Move Indent and Shape to shape.rs from lib.rs
[rust.git] / tests / target / configs-where_style-default.rs
1 // rustfmt-where_style: Legacy
2 // Where style
3
4 fn lorem<Ipsum, Dolor, Sit, Amet>() -> T
5     where Ipsum: Eq,
6           Dolor: Eq,
7           Sit: Eq,
8           Amet: Eq
9 {
10     // body
11 }