Constant POISONED

Source
const POISONED: u32 = 1;
Expand description

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.