std::sync::Once: Should Once be UnwindSafe or RefUnwindSafe? #43469
Labels
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-help-wanted
Call for participation: Help is requested to fix this issue.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Currently, the following program will not compile because
Once
isn'tRefUnwindSafe
. Is this the desired behavior, or should we consider making itRefUnwindSafe
orUnwindSafe
?The text was updated successfully, but these errors were encountered: