crucible_assert_unreachable

Macro crucible_assert_unreachable 

Source
macro_rules! crucible_assert_unreachable {
    () => { ... };
}
Expand description

Assert that the current code is unreachable. This is similar to the standard unreachable!() macro, but uses crucible_assert! internally.