-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Mark OnceState::poison
as pub
#130330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mark OnceState::poison
as pub
#130330
Conversation
@@ -365,9 +381,9 @@ impl OnceState { | |||
} | |||
|
|||
/// Poison the associated [`Once`] without explicitly panicking. | |||
// NOTE: This is currently only exposed for `OnceLock`. | |||
#[unstable(feature = "once_poison_pub", issue = "130327")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tracking issue seems to have a different name for the feature
Please fix the feature name either here or in the tracking issue. @rustbot author |
@caass |
Closing this as inactive. Feel free to reöpen this pr or create a new pr if you get the time to work on this. Thanks |
@rustbot label -S-inactive |
tracking issue: #130327