mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-12 23:13:15 +00:00
11 lines
209 B
Rust
11 lines
209 B
Rust
![]() |
// rustfmt-where_density: Vertical
|
||
|
// Where density
|
||
|
|
||
|
trait Lorem {
|
||
|
fn ipsum<Dolor>(dolor: Dolor) -> Sit where Dolor: Eq;
|
||
|
|
||
|
fn ipsum<Dolor>(dolor: Dolor) -> Sit where Dolor: Eq {
|
||
|
// body
|
||
|
}
|
||
|
}
|