Make generics_of has_self on RPITITs delegate to the opaque
This commit is contained in:
parent
dd9a7bf848
commit
f2cf795af4
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ fn associated_type_for_impl_trait_in_trait(
|
|||
parent_count,
|
||||
params,
|
||||
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,
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue