rustc_
type_
ir
1.87.0-nightly
(43a2e9d2c 2025-03-17)
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>,