Home
last modified time | relevance | path

Searched refs:shift_vars_through_binders (Results 1 – 1 of 1) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/
H A Dsubst.rs554 self.shift_vars_through_binders(ty) in ty_for_param()
593 self.shift_vars_through_binders(ct) in const_for_param()
638 fn shift_vars_through_binders<T: TypeFoldable<'tcx>>(&self, val: T) -> T { in shift_vars_through_binders() method