Consider renaming (Re
)EarlyBound
to ReParam
and (Re
)LateBound
to Bound
. #70805
Open
Description
opened on Apr 5, 2020
This convention would be slightly less confusing due to aligning better with Ty
and ty::Const
.
On the other hand, the early-bound vs late-bound terminology is so baked-in that this might be hard.
cc @rust-lang/wg-traits @matthewjasper
Activity