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
Thanks for the report! Currently we're probably not going to have an issue-per-feature to stabilize, and we plan to stabilize this once const fn lands (allowing UnsafeCell::new). I'm going to close this in favor of that as once that feature is stabilized this should "just work"!
@alexcrichton Thanks for the quick answer! I must have missed that there's an open PR for the const-fn RFC now... this will be extremely useful. However, it will still be feature-gated for a good while if/when it lands, is that right?
Seeing as the cell types have been somewhat recently stabilized, is static cell initialization supposed to be stabilized too at some point?
currently triggers "error: use of unstable library feature 'core'" lint, however there's really no other way to work around this as far as I know.
The text was updated successfully, but these errors were encountered: