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
Auto merge of #142701 - compiler-errors:coerce-fast, r=<try>
[perf] Fast path for coercions
Check if the goal holds before trying to walk through the goal. If it certainly holds (or certainly does not), then don't select anything.
0 commit comments