Update src/solve/significant-changes.md
Co-authored-by: Oli Scherer <github35764891676564198441@oli-obk.de>
This commit is contained in:
parent
92066e7a59
commit
0c4c6d79a8
|
|
@ -65,7 +65,7 @@ us to merge more candidates in the future.
|
|||
|
||||
### Nested goals are evaluated until reaching a fixpoint
|
||||
|
||||
The new implementation always evaluates goals in a loop until reachin a fixpoint.
|
||||
The new implementation always evaluates goals in a loop until reaching a fixpoint.
|
||||
The old implementation only does so in *fulfillment*, but not in *evaluation*.
|
||||
Always doing so strengthens inference and is reduces the order dependence of
|
||||
the trait solver. See [trait-system-refactor-initiative#102].
|
||||
|
|
|
|||
Loading…
Reference in New Issue