Skip to content

Commit a5442d2

Browse files
authored
Rollup merge of #109385 - lcnr:typo, r=Dylan-DPC
fix typo
2 parents 4159409 + 5b4fa5b commit a5442d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_hir_analysis/src/collect/type_of.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ fn find_opaque_ty_constraints_for_tait(tcx: TyCtxt<'_>, def_id: LocalDefId) -> T
605605
found: Option<ty::OpaqueHiddenType<'tcx>>,
606606

607607
/// In the presence of dead code, typeck may figure out a hidden type
608-
/// while borrowck will now. We collect these cases here and check at
608+
/// while borrowck will not. We collect these cases here and check at
609609
/// the end that we actually found a type that matches (modulo regions).
610610
typeck_types: Vec<ty::OpaqueHiddenType<'tcx>>,
611611
}

0 commit comments

Comments
 (0)