// rustfmt-where_density: CompressedIfEmpty // Where density trait Lorem { fn ipsum(dolor: Dolor) -> Sit where Dolor: Eq; fn ipsum(dolor: Dolor) -> Sit where Dolor: Eq, { // body } }