File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -340,9 +340,9 @@ Here, `T` adds a `Bar` bound. Now consider:
340
340
trait Bar <T > = PartialEq <T : Bar >;
341
341
```
342
342
343
- Currently, we don’t have a proper interesting of that situation, because we’re adding in both cases
344
- a bound, and we don’t know how to disambiguate between * pre-condition* and * implication* . That is,
345
- is that added ` Bar ` bound a constraint that ` T ` must fulfil in order for the trait alias to be
343
+ Currently, we don’t have a proper understanding of that situation, because we’re adding in both
344
+ cases a bound, and we don’t know how to disambiguate between * pre-condition* and * implication* . That
345
+ is, is that added ` Bar ` bound a constraint that ` T ` must fulfil in order for the trait alias to be
346
346
met, or is it a constraint the trait alias itself adds? To disambiguate, consider:
347
347
348
348
``` rust
You can’t perform that action at this time.
0 commit comments