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
Support for RefCell has been added in #489, but UnsafeCell and SyncUnsafeCell are not supported.
Both are substantially equal to a Cell, so it could be implemented in the same way.
The text was updated successfully, but these errors were encountered:
Support for
RefCell
has been added in #489, butUnsafeCell
andSyncUnsafeCell
are not supported.Both are substantially equal to a
Cell
, so it could be implemented in the same way.The text was updated successfully, but these errors were encountered: