Skip to content

Commit

Permalink
Rollup merge of rust-lang#109385 - lcnr:typo, r=Dylan-DPC
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
Nilstrieb committed Mar 21, 2023
2 parents c0648d6 + 5b4fa5b commit 9408e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_hir_analysis/src/collect/type_of.rs
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ fn find_opaque_ty_constraints_for_tait(tcx: TyCtxt<'_>, def_id: LocalDefId) -> T
found: Option<ty::OpaqueHiddenType<'tcx>>,

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

0 comments on commit 9408e1c

Please sign in to comment.