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

7 lines
150 B
Rust
Raw Normal View History

2017-11-13 16:22:09 +09:00
// rustfmt-indent_style: Block
// Where style
fn lorem<Ipsum, Dolor, Sit, Amet>() -> T where Ipsum: Eq, Dolor: Eq, Sit: Eq, Amet: Eq {
// body
}