rustc_
trait_
selection
1.86.0-beta.7
(7824ede68 2025-03-22)
In rustc_
trait_
selection::
infer::
canonical::
ir::
fold
Structs
RegionFolder
Traits
FallibleTypeFolder
TypeFoldable
TypeFolder
TypeSuperFoldable
Functions
fold_regions
shift_region
shift_vars
rustc_trait_selection
::
infer
::
canonical
::
ir
::
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>,