//! Mocked versions of [`std::hint`] functions.
/// Signals the processor that it is entering a busy-wait spin-loop.
/// Informs the compiler that this point in the code is not reachable, enabling
/// further optimizations.
///
/// Loom's wrapper of this function unconditionally panics.
pub unsafe !