Sign in
rust
/
rustfmt
/
bedef9bd13c2f432584064b51a0d619b7974eb08
/
.
/
tests
/
source
/
type-alias-where-clauses.rs
blob: ad998caf3084e0f5d266d23e1dbbaa84ea9d67c9 [
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
;