blob: dd4e1da96187da17d033633705bb0d519c72a1b1 [file] [log] [blame]
// rustfmt-where_density: Vertical
// Where density
trait Lorem {
fn ipsum<Dolor>(dolor: Dolor) -> Sit where Dolor: Eq;
fn ipsum<Dolor>(dolor: Dolor) -> Sit where Dolor: Eq {
// body
}
}