rustc_
type_
ir
1.86.0-beta.5
(b2af9a598 2025-03-08)
In rustc_
type_
ir::
fold
Structs
RegionFolder
Shifter
Traits
FallibleTypeFolder
TypeFoldable
TypeFolder
TypeSuperFoldable
Functions
fold_regions
shift_region
shift_vars
Type Aliases
Never
rustc_type_ir
::
fold
Function
shift_vars
Copy item path
Settings
Help
Summary
Source
pub fn shift_vars<I:
Interner
, T>(cx: I, value: T, amount:
u32
) -> T
where T:
TypeFoldable
<I>,