You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the user explicitly provides lifetime bounds on
an impl Trait return type, it's not necessary to
search for or require a least region. This change
uses the required region bounds of the impl Trait
predicates to directly apply lifetime bounds and
skip least region searching where possible.
0 commit comments