rustc_
middle
1.86.0-beta.5
(b2af9a598 2025-03-08)
In rustc_
middle::
ty::
fold
Structs
BottomUpFolder
BoundVarReplacer
FnMutDelegate
Traits
BoundVarReplacerDelegate
FallibleTypeFolder
TypeFoldable
TypeFolder
TypeSuperFoldable
Functions
fold_regions
shift_region
shift_vars
rustc_middle
::
ty
::
fold
Function
shift_vars
Copy item path
Settings
Help
Summary
Source
pub fn shift_vars<I, T>(cx: I, value: T, amount:
u32
) -> T
where I:
Interner
, T:
TypeFoldable
<I>,