Function rustc_trait_selection::infer::canonical::ir::fold::shift_region

source ยท
pub fn shift_region<I>(
    tcx: I,
    region: <I as Interner>::Region,
    amount: u32,
) -> <I as Interner>::Region
where I: Interner,