Skip to content

Commit ded656c

Browse files
authored
Unrolled build for #142112
Rollup merge of #142112 - ada4a:patch-1, r=wesleywiser fix typo
2 parents 868bf2d + b285908 commit ded656c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/ty/typeck_results.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ pub struct TypeckResults<'tcx> {
199199

200200
/// Tracks the rvalue scoping rules which defines finer scoping for rvalue expressions
201201
/// by applying extended parameter rules.
202-
/// Details may be find in `rustc_hir_analysis::check::rvalue_scopes`.
202+
/// Details may be found in `rustc_hir_analysis::check::rvalue_scopes`.
203203
pub rvalue_scopes: RvalueScopes,
204204

205205
/// Stores the predicates that apply on coroutine witness types.

0 commit comments

Comments
 (0)