Replace a mk_ty
call with mk_bound
.
This commit is contained in:
parent
2200911616
commit
a980683d1f
1 changed files with 1 additions and 1 deletions
|
@ -2810,7 +2810,7 @@ impl<'o, 'tcx> dyn AstConv<'tcx> + 'o {
|
||||||
var: ty::BoundVar::from_u32(index),
|
var: ty::BoundVar::from_u32(index),
|
||||||
kind: ty::BoundTyKind::Param(def_id, name),
|
kind: ty::BoundTyKind::Param(def_id, name),
|
||||||
};
|
};
|
||||||
tcx.mk_ty(ty::Bound(debruijn, br))
|
tcx.mk_bound(debruijn, br)
|
||||||
}
|
}
|
||||||
Some(rbv::ResolvedArg::EarlyBound(_)) => {
|
Some(rbv::ResolvedArg::EarlyBound(_)) => {
|
||||||
let def_id = def_id.expect_local();
|
let def_id = def_id.expect_local();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue