Fix a typo in the implied bounds section of traits/lowering-rules
This commit is contained in:
parent
c02d694b17
commit
1c3b7eb615
|
|
@ -114,7 +114,7 @@ cover). For each trait, we produce two clauses:
|
||||||
//
|
//
|
||||||
// For each where clause WC:
|
// For each where clause WC:
|
||||||
forall<Self, P1..Pn> {
|
forall<Self, P1..Pn> {
|
||||||
FromEnv(WC) :- FromEnv(Self: Trait<P1..Pn)
|
FromEnv(WC) :- FromEnv(Self: Trait<P1..Pn>)
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue