unreachable!() in debug mode, std::intrinsics::unreachable() in release mode for optimization.
# Cargo.toml
[dependencies]
debug_unreachable = "0.1.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Uses debug_unreachable! macro to mark unreachable code paths.
Ensure the code path is truly unreachable before using.
No dependency data recorded yet.