rustc_
middle
1.84.0-dev
In rustc_
middle::
ty::
fold
Structs
BottomUpFolder
BoundVarReplacer
FnMutDelegate
RegionFolder
Traits
BoundVarReplacerDelegate
FallibleTypeFolder
TypeFoldable
TypeFolder
TypeSuperFoldable
Functions
shift_region
shift_vars
rustc_middle
::
ty
::
fold
Function
shift_vars
Copy item path
Settings
Help
Summary
pub fn shift_vars<I, T>(cx: I, value: T, amount:
u32
) -> T
where I:
Interner
, T:
TypeFoldable
<I>,