Closed kvark closed 2 years ago
Yes, what could possibly be wrong:
#[cfg(not(feature = "loom"))]
use std::{
cell::UnsafeCell,
hint,
sync::atomic::{AtomicUsize, Ordering},
};
#[cfg(feature = "loom")]
use std::{
cell::UnsafeCell,
hint,
sync::atomic::{AtomicUsize, Ordering},
};
Sorry about the noise!
Repro: