rust/tests/target/configs-where_density-tall.rs

14 lines
225 B
Rust
Raw Normal View History

// rustfmt-where_density: Tall
// Where density
trait Lorem {
fn ipsum<Dolor>(dolor: Dolor) -> Sit
where Dolor: Eq;
fn ipsum<Dolor>(dolor: Dolor) -> Sit
where Dolor: Eq
{
// body
}
}