Sign in
rust
/
rustfmt
/
HEAD
/
.
/
tests
/
target
/
type-alias-where-clauses.rs
blob: 96d2d63bbb8c05b80ba2eeb8d7a5b851cee40648 [
file
] [
log
] [
blame
]
type
Foo
where
A
:
B
,
C
:
D
,
=
E
;
type
Foo
where
A
:
B
,
C
:
D
,
=
E
where
F
:
G
,
H
:
I
;
type
Foo
=
E
where
F
:
G
,
H
:
I
;