We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9a7bf commit f2cf795Copy full SHA for f2cf795
compiler/rustc_ty_utils/src/assoc.rs
@@ -334,7 +334,7 @@ fn associated_type_for_impl_trait_in_trait(
334
parent_count,
335
params,
336
param_def_id_to_index,
337
- has_self: false,
+ has_self: opaque_ty_generics.has_self,
338
has_late_bound_regions: opaque_ty_generics.has_late_bound_regions,
339
}
340
});
0 commit comments