/// Expands to
///
/// - [`core::unreachable`] if `debug_assertions` are enabled.
/// - [`core::hint::unreachable_unchecked`], otherwise.
pub use unreachable_unchecked;
/// Expands to
///
/// - [`core::unreachable`] if `debug_assertions` are enabled.
/// - [`core::hint::unreachable_unchecked`], otherwise.
pub use unreachable_unchecked;