Constant POISONED
pub(in ::sys::sync::once::futex) const POISONED: u32 = 2u32;
Some thread has previously attempted to initialize the Once, but it panicked, so the Once is now poisoned. There are no other threads currently accessing this Once.