Skip to content

Commit bda5664

Browse files
authored
Merge pull request rust-lang#2221 from ada4a/patch-1
2 parents 93d73d3 + 17a14b6 commit bda5664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/src/solve/significant-changes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ old implementation structurally relates the aliases instead. This enables the
4242
new solver to stall equality until it is able to normalize the related aliases.
4343

4444
The behavior of the old solver is incomplete and relies on eager normalization
45-
which replaces ambiguous aliases with inference variables. As this is not
45+
which replaces ambiguous aliases with inference variables. As this is
4646
not possible for aliases containing bound variables, the old implementation does
4747
not handle aliases inside of binders correctly, e.g. [#102048]. See the chapter on
4848
[normalization] for more details.

0 commit comments

Comments
 (0)