Function rustc_infer::infer::snapshot::fudge::vars_since_snapshot

source ·
fn vars_since_snapshot<'tcx, T>(
    table: &UnificationTable<InPlace<T, &'_ mut UnificationStorage<T>, &'_ mut InferCtxtUndoLogs<'tcx>>>,
    snapshot_var_len: usize
) -> Range<T>
where T: UnifyKey, UndoLog<'tcx>: From<UndoLog<Delegate<T>>>,