We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d70ab2b commit cd1f0b7Copy full SHA for cd1f0b7
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