We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c10de commit 36e15aeCopy full SHA for 36e15ae
src/type-inference.md
@@ -238,7 +238,7 @@ constraint process and invokes the [`lexical_region_resolve`] code. Once
238
this is done, any further attempt to equate or create a subtyping
239
relationship will yield an ICE.
240
241
-The NLL solver (actually, the MIR type-checker) invokes does things slightly
+The NLL solver (actually, the MIR type-checker) does things slightly
242
differently. It uses canonical queries for trait solving which use
243
[`take_and_reset_region_constraints`] at the end. This extracts all of the
244
outlives constraints added during the canonical query. This is required
0 commit comments