loom
loom copied to clipboard
Missing UnsafeCell::raw_get
See https://doc.rust-lang.org/stable/std/cell/struct.UnsafeCell.html#method.raw_get
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!