move EarlyBinder
into ImplTraitHeader
#121852
Labels
A-typesystem
Area: The type system
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-medium
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
tcx.impl_trait_header
currently returnsEarlyBinder<ImplTraitHeader>
. Move thisEarlyBinder
into theImplTraitHeader
to only wrap theTraitRef
:The text was updated successfully, but these errors were encountered: