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
Turns out the "problem" was introduced in #47630 which attempted to stabilize never_type and leave only this particular case under the exhaustive_patterns feature gate. When that PR was subsequently reverted in #49691, the split in feature gates was not reverted, so now the code above needs both features:
I think this issue is not really relevant anymore, but I am afraid that this could be confusing. I look forward to the stabilization of both features, when all of this will go away :)
I think there has been a regression for the treatment of uninhabited types at some point:
now fails with:
I will bisect and report back when I find the commit which caused the regression.
Last known to work on:
Was already failing on:
The text was updated successfully, but these errors were encountered: