remove bound_type_of query; make type_of return EarlyBinder; change type_of in metadata
This commit is contained in:
@@ -454,7 +454,7 @@ fn layout_of_uncached<'tcx>(
|
||||
def.is_struct()
|
||||
&& match def.variants().iter().next().and_then(|x| x.fields.last()) {
|
||||
Some(last_field) => tcx
|
||||
.bound_type_of(last_field.did)
|
||||
.type_of(last_field.did)
|
||||
.subst_identity()
|
||||
.is_sized(tcx, param_env),
|
||||
None => false,
|
||||
|
||||
Reference in New Issue
Block a user