Implement inferred_outlives_of for impl side RPITITs assoc type
This commit is contained in:
parent
31a0d6721b
commit
34ca2dc091
1 changed files with 3 additions and 0 deletions
|
@ -388,5 +388,8 @@ fn impl_associated_item_for_impl_trait_in_trait(
|
||||||
predicates: &[],
|
predicates: &[],
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// There are no inferred outlives for the synthesized associated type.
|
||||||
|
impl_assoc_ty.inferred_outlives_of(&[]);
|
||||||
|
|
||||||
local_def_id
|
local_def_id
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue