rustc_middle::ty::fold

Function shift_region

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