Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
configs
/
indent_style
/
rfc_where.rs
blob: 012840be28dccb7bba867e2d26d0073de836f6e9 [
file
]
// rustfmt-indent_style: Block
// Where style
fn
lorem
<
Ipsum
,
Dolor
,
Sit
,
Amet
>()
->
T where
Ipsum
:
Eq
,
Dolor
:
Eq
,
Sit
:
Eq
,
Amet
:
Eq
{
// body
}