Properly implement explicit_item_bounds for RPITITs trait assoc ty
This commit is contained in:
parent
83c0ff8fa5
commit
e10034c636
2 changed files with 23 additions and 14 deletions
|
@ -302,9 +302,6 @@ fn associated_item_for_impl_trait_in_trait(
|
|||
// There are no inferred outlives for the synthesized associated type.
|
||||
trait_assoc_ty.inferred_outlives_of(&[]);
|
||||
|
||||
// FIXME implement this.
|
||||
trait_assoc_ty.explicit_item_bounds(&[]);
|
||||
|
||||
local_def_id
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue