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
Loom integration lacks UnsafeCell, because the way I was using them was not compatible with it.
However, testing with MIRI made me [realize][https://github.com/rust-lang/miri/issues/2920) that my use was bad, and I fixed it. Loom UnsafeCell should be reintegrated.
The text was updated successfully, but these errors were encountered:
Loom integration lacks
UnsafeCell
, because the way I was using them was not compatible with it.However, testing with MIRI made me [realize][https://github.com/rust-lang/miri/issues/2920) that my use was bad, and I fixed it. Loom
UnsafeCell
should be reintegrated.The text was updated successfully, but these errors were encountered: