Make generics_of has_self on RPITITs delegate to the opaque
This commit is contained in:
parent
dd9a7bf848
commit
f2cf795af4
@ -334,7 +334,7 @@ fn associated_type_for_impl_trait_in_trait(
|
|||||||
parent_count,
|
parent_count,
|
||||||
params,
|
params,
|
||||||
param_def_id_to_index,
|
param_def_id_to_index,
|
||||||
has_self: false,
|
has_self: opaque_ty_generics.has_self,
|
||||||
has_late_bound_regions: opaque_ty_generics.has_late_bound_regions,
|
has_late_bound_regions: opaque_ty_generics.has_late_bound_regions,
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user