Expand description
This crate contains the xkcd_unreachable!()
macro, an
adaptation of unreachable!()
that prints the message from
xkcd 2200.
Macrosยง
- Macro indicating unreachable code. This is equivalent to
unreachable!()
, except that it displays the message in xkcd 2200.