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
Calling `min` on `RangeFrom` currently causes an infinite loop.
Although other methods such as `max` also result in an infinite loop,
it is strictly incorrect in the case of `min`. Adding a specialisation
fixes this.
Separated from rust-lang#47180 because
this technically changes behaviour; it’s not just an optimisation, so
it’s a little different.
0 commit comments