loom icon indicating copy to clipboard operation
loom copied to clipboard

Missing UnsafeCell::raw_get

Open kvark opened this issue 3 years ago • 1 comments

See https://doc.rust-lang.org/stable/std/cell/struct.UnsafeCell.html#method.raw_get

kvark avatar Jun 01 '22 03:06 kvark

Because Loom's UnsafeCell contains additional data for tracking its state in the model, I'm not sure if it can be used with MaybeUninit in the same way as the std UnsafeCell. But, if there are other reasons this method would be useful, we could definitely still add it!

hawkw avatar Jun 02 '22 22:06 hawkw