2017-11-13 01:09:59 -06:00
|
|
|
// rustfmt-indent_style: Visual
|
2017-04-30 16:49:39 -05:00
|
|
|
// Where predicate indent
|
|
|
|
|
|
|
|
fn lorem<Ipsum, Dolor, Sit, Amet>() -> T
|
2017-11-13 01:42:04 -06:00
|
|
|
where Ipsum: Eq,
|
|
|
|
Dolor: Eq,
|
|
|
|
Sit: Eq,
|
|
|
|
Amet: Eq
|
2017-04-30 16:49:39 -05:00
|
|
|
{
|
|
|
|
// body
|
|
|
|
}
|