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.
2 parents 8e9a5bb + 2395bb8 commit 9925276Copy full SHA for 9925276
text/1211-mir.md
@@ -137,7 +137,7 @@ re-encode in the form of repeated logic:
137
precise patterns in use. This is all vastly simplified and explicit
138
in MIR.
139
140
-One thing the current MIR does not make explicit as explicit as it
+One thing the current MIR does not make as explicit as it
141
could is when something is *moved*. For by-value uses of a value, the
142
code must still consult the type of the value to decide if that is a
143
move or not. This could be made more explicit in the IR.
0 commit comments