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

7 lines
151 B
Rust
Raw Normal View History

2017-11-13 08:23:21 +01:00
// rustfmt-indent_style: Visual
// Where style
fn lorem<Ipsum, Dolor, Sit, Amet>() -> T where Ipsum: Eq, Dolor: Eq, Sit: Eq, Amet: Eq {
// body
}