Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53f21a commit d1132b7Copy full SHA for d1132b7
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