mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-12 00:24:03 +00:00
7 lines
167 B
Rust
7 lines
167 B
Rust
// rustfmt-where_pred_indent: Visual
|
|
// Where predicate indent
|
|
|
|
fn lorem<Ipsum, Dolor, Sit, Amet>() -> T where Ipsum: Eq, Dolor: Eq, Sit: Eq, Amet: Eq {
|
|
// body
|
|
}
|