Skip to content

Commit 0963754

Browse files
authored
Rollup merge of #84661 - pierwill:patch-1, r=jackh726
Remove extra word in `rustc_mir` docs Changes "is includes" to "includes" in `rustc_mir::borrow_check::type_check::type_check`.
2 parents 96c2316 + 8b806bc commit 0963754

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_mir/src/borrow_check/type_check

1 file changed

+1
-1
lines changed

compiler/rustc_mir/src/borrow_check/type_check/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ mod relate_tys;
9797

9898
/// Type checks the given `mir` in the context of the inference
9999
/// context `infcx`. Returns any region constraints that have yet to
100-
/// be proven. This result is includes liveness constraints that
100+
/// be proven. This result includes liveness constraints that
101101
/// ensure that regions appearing in the types of all local variables
102102
/// are live at all points where that local variable may later be
103103
/// used.

0 commit comments

Comments
 (0)