Function rustc_hir_typeck::diagnostic_only_typeck

source ยท
pub(crate) fn diagnostic_only_typeck<'tcx>(
    tcx: TyCtxt<'tcx>,
    def_id: LocalDefId,
) -> &TypeckResults<'tcx>
Expand description

Used only to get TypeckResults for type inference during error recovery. Currently only used for type inference of statics and consts to avoid type cycle errors.