Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
787: Do not provide AtomicCell when cfg(crossbeam_loom) is enabled r=taiki-e a=taiki-e We cannot provide AtomicCell under `cfg(crossbeam_loom)` because loom's atomic types have a different in-memory representation than the underlying type. (tokio-rs/loom#253) https://github.com/crossbeam-rs/crossbeam/blob/bd83e1f2328e90298fc8a2f535a25d94ece09152/crossbeam-utils/src/atomic/atomic_cell.rs#L35-L42 fyi `@jonhoo` Co-authored-by: Taiki Endo <te316e89@gmail.com>
- Loading branch information