cleanup some skip_binder -> subst_identity
This commit is contained in:
parent
e6d4725c76
commit
57cbe25006
3 changed files with 5 additions and 5 deletions
|
@ -647,7 +647,7 @@ fn build_call_shim<'tcx>(
|
|||
let mut sig = if let Some(sig_substs) = sig_substs {
|
||||
sig.subst(tcx, &sig_substs)
|
||||
} else {
|
||||
sig.skip_binder()
|
||||
sig.subst_identity()
|
||||
};
|
||||
|
||||
if let CallKind::Indirect(fnty) = call_kind {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue