rust/tests/target/configs-where_style-default.rs

12 lines
184 B
Rust
Raw Normal View History

// rustfmt-where_style: Legacy
// Where style
fn lorem<Ipsum, Dolor, Sit, Amet>() -> T
where Ipsum: Eq,
Dolor: Eq,
Sit: Eq,
Amet: Eq
{
// body
}