Home
last modified time | relevance | path

Searched defs:from_cycle_error (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_middle/src/
Dvalues.rs16 fn from_cycle_error(tcx: TyCtxt<'tcx>, _: &[QueryInfo<DepKind>]) -> Self { in from_cycle_error() method
24 fn from_cycle_error(tcx: TyCtxt<'tcx>, _: &[QueryInfo<DepKind>]) -> Self { in from_cycle_error() method
36 fn from_cycle_error(tcx: TyCtxt<'tcx>, stack: &[QueryInfo<DepKind>]) -> Self { in from_cycle_error() method
66 fn from_cycle_error(tcx: TyCtxt<'tcx>, cycle: &[QueryInfo<DepKind>]) -> Self { in from_cycle_error() method
98 fn from_cycle_error(tcx: TyCtxt<'tcx>, cycle: &[QueryInfo<DepKind>]) -> Self { in from_cycle_error() method
104 fn from_cycle_error(tcx: TyCtxt<'tcx>, cycle: &[QueryInfo<DepKind>]) -> Self { in from_cycle_error() method
110 fn from_cycle_error(_tcx: TyCtxt<'tcx>, _cycle: &[QueryInfo<DepKind>]) -> Self { in from_cycle_error() method
/third_party/rust/rust/compiler/rustc_query_system/src/
Dvalues.rs5 fn from_cycle_error(tcx: Tcx, cycle: &[QueryInfo<D>]) -> Self; in from_cycle_error() method
9 default fn from_cycle_error(tcx: Tcx, cycle: &[QueryInfo<D>]) -> T { in from_cycle_error() method