We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6aaa606 + cd1f0b7 commit 584e145Copy full SHA for 584e145
src/librustc_mir/build/scope.rs
@@ -34,7 +34,7 @@ you but duty compels me to mention. In the course of translating
34
matches, it sometimes happen that certain code (namely guards) gets
35
executed multiple times. This means that the scope lexical scope may
36
in fact correspond to multiple, disjoint SEME regions. So in fact our
37
-mapping os from one scope to a vector of SEME regions.
+mapping is from one scope to a vector of SEME regions.
38
39
### Drops
40
0 commit comments