remove bound_type_of query; make type_of return EarlyBinder; change type_of in metadata
This commit is contained in:
parent
d822b97a27
commit
c183110cc2
164 changed files with 325 additions and 380 deletions
|
@ -692,7 +692,7 @@ fn build_call_shim<'tcx>(
|
|||
|
||||
// `FnDef` call with optional receiver.
|
||||
CallKind::Direct(def_id) => {
|
||||
let ty = tcx.bound_type_of(def_id).subst_identity();
|
||||
let ty = tcx.type_of(def_id).subst_identity();
|
||||
(
|
||||
Operand::Constant(Box::new(Constant {
|
||||
span,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue