rustc_query_system::query::plumbing

Function incremental_verify_ich_failed

Source
fn incremental_verify_ich_failed<Tcx>(
    tcx: Tcx,
    prev_index: SerializedDepNodeIndex,
    result: &dyn Fn() -> String,
)
where Tcx: DepContext,