mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-09 05:14:24 +00:00
…
|
||
---|---|---|
.. | ||
examples | ||
src | ||
tests | ||
.cargo-checksum.json | ||
.travis.yml | ||
Cargo.toml | ||
README.md |
debug_unreachable
unreachable!() in debug, std::intrinsics::unreachable() in release.
Documentation
Usage
Use the crates.io repository; add this to your Cargo.toml
along
with the rest of your dependencies:
[dependencies]
debug_unreachable = "0.1"
Author
Jonathan Reem is the primary author and maintainer of debug-unreachable.
License
MIT