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
…kennytm
re-mark the never docs as unstable
Fixesrust-lang#54198
This stability attribute was removed in rust-lang#47630, but not replaced with a `#[stable]` attribute, and when rust-lang#50121 reverted that stabilization, it didn't set the docs back to unstable. I'm concerned as to why it was allowed to not have the stability attribute at all, but at least this can put it back.
I'm nominating this for beta backport because it's a really small change, and right now our docs are in an awkward position where the `!` type is technically unstable to use, but the docs don't say so the same way any other library feature would. (And this is also the case *on stable* now, but i'm not suggesting a stable backport for a docs fix.)
As of now, the tracking issue for
!
indicates that this type is still unstable, but the documentation at https://doc.rust-lang.org/std/primitive.never.html does not reflect that. It's missing the customary marker for experimental APIs.The text was updated successfully, but these errors were encountered: