We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96c2316 + 8b806bc commit 0963754Copy full SHA for 0963754
compiler/rustc_mir/src/borrow_check/type_check/mod.rs
@@ -97,7 +97,7 @@ mod relate_tys;
97
98
/// Type checks the given `mir` in the context of the inference
99
/// context `infcx`. Returns any region constraints that have yet to
100
-/// be proven. This result is includes liveness constraints that
+/// be proven. This result includes liveness constraints that
101
/// ensure that regions appearing in the types of all local variables
102
/// are live at all points where that local variable may later be
103
/// used.
0 commit comments