]> git.lizzy.rs Git - rust.git/blob - tests/source/configs-where_density-compressed.rs
Merge pull request #2184 from topecongiro/issue-2179
[rust.git] / tests / source / configs-where_density-compressed.rs
1 // rustfmt-where_density: Compressed
2 // Where density
3
4 trait Lorem {
5     fn ipsum<Dolor>(dolor: Dolor) -> Sit where Dolor: Eq;
6
7     fn ipsum<Dolor>(dolor: Dolor) -> Sit where Dolor: Eq {
8         // body
9     }
10 }