Sign in
rust
/
rustfmt
/
refs/heads/libsyntax
/
.
/
tests
/
source
/
configs-where_density-tall.rs
blob: bf404715ec9a79dda2b474c3a59019f333bb36e4 [
file
] [
log
] [
blame
]
// 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
}
}