Searched defs:from_cycle_error (Results 1 – 2 of 2) sorted by relevance
16 fn from_cycle_error(tcx: TyCtxt<'tcx>, _: &[QueryInfo<DepKind>]) -> Self { in from_cycle_error() method24 fn from_cycle_error(tcx: TyCtxt<'tcx>, _: &[QueryInfo<DepKind>]) -> Self { in from_cycle_error() method36 fn from_cycle_error(tcx: TyCtxt<'tcx>, stack: &[QueryInfo<DepKind>]) -> Self { in from_cycle_error() method66 fn from_cycle_error(tcx: TyCtxt<'tcx>, cycle: &[QueryInfo<DepKind>]) -> Self { in from_cycle_error() method98 fn from_cycle_error(tcx: TyCtxt<'tcx>, cycle: &[QueryInfo<DepKind>]) -> Self { in from_cycle_error() method104 fn from_cycle_error(tcx: TyCtxt<'tcx>, cycle: &[QueryInfo<DepKind>]) -> Self { in from_cycle_error() method110 fn from_cycle_error(_tcx: TyCtxt<'tcx>, _cycle: &[QueryInfo<DepKind>]) -> Self { in from_cycle_error() method
5 fn from_cycle_error(tcx: Tcx, cycle: &[QueryInfo<D>]) -> Self; in from_cycle_error() method9 default fn from_cycle_error(tcx: Tcx, cycle: &[QueryInfo<D>]) -> T { in from_cycle_error() method