Skip to main content

handle_cycle_error

Function handle_cycle_error 

Source
fn handle_cycle_error<'tcx, Q>(
    query: Q,
    qcx: Q::Qcx,
    cycle_error: &CycleError,
    error: Diag<'_>,
) -> Q::Value
where Q: QueryDispatcher<'tcx>,