Skip to content

Commit 5b4fa5b

Browse files
committed
fix typo
1 parent e91364b commit 5b4fa5b

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
@@ -593,7 +593,7 @@ fn find_opaque_ty_constraints_for_tait(tcx: TyCtxt<'_>, def_id: LocalDefId) -> T
593593
found: Option<ty::OpaqueHiddenType<'tcx>>,
594594

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

0 commit comments

Comments
 (0)