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 #49039 - scottmcm:never-aliases, r=<try>
Replace uninhabited error enums in std with never
Luckily I only found two, and one of them isn't in beta yet, so can disappear completely 😎
Are there any others I forgot? (There are lots in things like liblibc and libstd/sys, but AFAIK those don't matter, nor do things like `btree::node::LeafOrInternal` or `str::pattern::RejectAndMatch`.)
The unstable `convert::Infallible` is being handled by #49038⚠️ This change may be a 1.26-or-never one.
cc #48950 (comment)
r? @alexcrichton
0 commit comments