gecko-dev/third_party/rust/debug_unreachable
2018-02-09 22:19:11 +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