blob: a7b9a4f02b3dc1a07a28d09a730b7f445fb23ef5 [file] [log] [blame]
// rustfmt-indent_style: Block
// Where style
fn lorem<Ipsum, Dolor, Sit, Amet>() -> T
where
Ipsum: Eq,
Dolor: Eq,
Sit: Eq,
Amet: Eq,
{
// body
}